Java Objective Questions Answers -Chapter 1
-
50. Which method executes only once
- start() method
- init() method
- stop() method
- destroy() method
Answer :
Option B
-
51. JIT meaning
- java in time
- just in time
- join in time
- none of above
Answer :
Option B
-
52. Session beans are created by the client submitting the query to the database
- True
- False
Answer :
Option A
-
53. The Externizable interface extends the serializable interface
- True
- False
Answer :
Option A
-
54. After the compilation of the java source code, which file is created by the JVM
- .class
- .java
- .cdr
- .doc
Answer :
Option A
-
55. Suspend thread can be revived by using
- start() method
- Suspend() method
- resume() method
- yield() method
Answer :
Option C
-
56. Which method can't be overidden
- super
- static
- final
- println
- Only assumption I is implicit
- Only assumption II is implicit
- Either I or II is implicit
- Neither I nor II is implicit
- Both I and II are implicit
Answer :
Option E