Question Detail

Applet always executed on

  • Client side
  • Server Side
Similar Questions :

1. After the compilation of the java source code, which file is created by the JVM

  • .class
  • .java
  • .cdr
  • .doc

2. Super is the predefined

  • Keyword
  • Method
  • Keyword and Method
  • None of above

3. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

4. Package of drawstring() method is

  • java.applet
  • java.io
  • javax.swing
  • java.awt

5. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Read more from - Java Objective Questions Answers -Chapter 1