- Home
- Chapter 1 - Object Oriented Programming Concepts
- Object Oriented Programming Concepts
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 2 - Introduction to Java
- Introduction to Java
- Multiple Choice Questions
- Assignment Questions
- Chapter 3 - Values and Data Types
- Values and Data Types
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 4 - Operators in Java
- Operators in Java
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 5 - User-Defined Methods
- User-Defined Methods
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions
- Chapter 6 - Input in Java
- Input in Java
- Multiple Choice Questions
- Assignment Questions and Programs
- Chapter 7 - Mathematical Library Methods
- Mathematical Library Methods
- Multiple Choice Questions
- Assignment Questions
- Chapter 8 - Conditional Constructs in Java
- Conditional Constructs in Java
- Multiple Choice Questions
- Assignment Questions and Programs
- Chapter 9 - Iterative Constructs in Java
- Iterative Constructs in Java
- Multiple Choice Questions
- State whether the given statements are True or False
- Assignment Questions and Programs
- Chapter 10 - Nested for loops
- Nested for loops
- Assignment Questions and Programs
- Chapter 11 - Constructors
- Constructors
- Multiple Choice Questions
- Assignment Questions and Programs
- Chapter 12 - Library Classes
- Library Classes
- Multiple Choice Questions
- Assignment Questions
- Chapter 13 - Encapsulation and Inheritance
- Library Classes
- Multiple Choice Questions
- Assignment Questions
- Chapter 14 - Arrays
- Library Classes
- Multiple Choice Questions
- Assignment Questions
- Chapter 15 - String Handling
- Library Classes
- Multiple Choice Questions
- Assignment Questions
Introduction to Java
Chapter 2
Introduction to Java
Class 10 - Logix Kips ICSE Computer Applications with BlueJ
![]() Share with a Friend |
Multiple Choice Questions
Question 1
Which language does the CPU understand?
- Machine language ✔
- Assembly language
- High-level language
- English language
Question 2
Stand-alone Java applications ........... for execution.
- need Java-compatible web browser
- need an assembler
- do not need Java-compatible web browser ✔
- need a linker
Question 3
What is the full form of JVM?
- Java Visual Monitor
- Java Video Monitor
- Java Virtual Monitor
- Java Virtual Machine ✔
Question 4
The full form of JRE is ...........
- Java Runtime Editor
- Java Runtime Environment ✔
- Java Runtime Expression
- Java Runtime Enabler
Question 5
Java uses ........... for execution.
- compilation and interpretation ✔
- interpretation only
- compilation only
- None of these
Question 6
A program that translates code written in a high-level language into machine code is called ...........
- Assembler
- Linker
- Compiler ✔
- None of these
Question 7
A program that translates an assembly language program into machine code is called ...........
- Assembler ✔
- Linker
- Compiler
- None of these
Question 8
Feature(s) of Java include ...........
- robust
- object oriented
- secure
- All of these ✔
Question 9
Java can be used to write ...........
- stand-alone applications only
- both stand-alone and internet applications ✔
- internet applications only
- None of these
Question 10
Java applications can run on ...........
- Windows platform
- Macintosh platform
- UNIX platform
- All of these ✔
Question 11
Java applications ...........
- are platform dependent
- do not need a platform to run
- are platform independent ✔
- cannot run on Windows
Question 12
A Java program can run as a stand-alone application only if it has ...........
- a void method
- an overloaded method
- a main method ✔
- no methods
Question 13
What is the extension of a Java source code file?
- .java ✔
- .txt
- .class
- .BlueJ
Question 14
What is the extension of a Java class file?
- .obj
- .java
- .class ✔
- .BlueJ
Question 15
Choose the correct statement.
- Applets can be executed in a web browser only.
- Applets can be executed in an applet viewer only.
- Applets can be executed in both web browser and applet viewer. ✔
- Applet cannot be executed.
