download Mastguru Android App

Question Detail

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

  • .class
  • .java
  • .cdr
  • .doc
Similar Questions :

1. String is the predefined

  • Method
  • Class
  • Variable
  • Object

2. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above

3. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

4. Super is the predefined

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

5. Which metrhods are utilized to control the access to an object in multi threaded programming

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment