Question Detail

Java beans have no types

  • True
  • False
Similar Questions :

1. Object which can store group of other objects is called

  • Collection object
  • Java object
  • Package
  • Wrapper

2. What do you mean by javap

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

3. Which class cannot be subclassed (or extended) in java?

  • abstract class
  • parent class
  • Final class
  • None of above

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

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above

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

  • boxing
  • wrapping
  • instantiation
  • autoboxing
Read more from - Java Objective Questions Answers -Chapter 1