Java Objective Questions Answers -Chapter 1
-
1. If nested try is possible
- Yes
- No
Answer :
Option A
-
2. Hot java is
- System software
- Web browser
- IDE
- Java environment
Answer :
Option B
-
3. Applet always executed on
- Client side
- Server Side
Answer :
Option A
-
4. Java beans have no types
- True
- False
Answer :
Option A
-
5. In which we clone the object and their constituent parts
- Shallow cloning
- Deep cloning
- Both of above
- None of above
Answer :
Option B
-
6. Can we declare abstract static method
- Yes
- No
Answer :
Option B
-
7. Which command disassembles a class file
- javaamd
- javacmd
- java
- javap
Answer :
Option D