Question Detail

Java is known as _______stage language

  • One
  • Two
  • Three
  • Four
Similar Questions :

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

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

2. Which of the following statements about arrays is syntactically wrong

  • arrayName[] p = new arrayName[5];
  • arrayName p[5];
  • arrayName[] p [];
  • arrayName p[][] = new arrayName[2][];

3. Session beans are created by the client submitting the query to the database

  • True
  • False

4. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping

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

  • int
  • char
  • bollean
  • byte
Read more from - Java Objective Questions Answers -Chapter 1