Question Detail

Java intermediate code is known as

  • First code
  • Mid code
  • Byte code
  • None of above
Similar Questions :

1. What is meaning of jar

  • java archived
  • java array
  • java architecture
  • none of these

2. Converting a primitive type data into its corresponding wrapper class object instance is called

  • boxing
  • wrapping
  • instantiation
  • autoboxing

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

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

4. Methods that have same name, but different Parameter list and different definition known as

  • Overriding
  • Constructor
  • Overloading
  • none of these

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