Question Detail

Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file
Similar Questions :

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

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

2. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

3. All raw data types should be read and uploaded to the database as an array of

  • int
  • char
  • bollean
  • byte

4. In java, gc() method is available in which package

  • java.lang package
  • java.util package
  • java.awt package
  • java.io package

5. Inheritance means

  • Sub class extends super class
  • Sub class extends Base class
  • Sub class create object of super class
  • All of the above
Read more from - Java Objective Questions Answers -Chapter 1