download Mastguru Android App

Question Detail

Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping
Similar Questions :

1. Constructor has return type

  • True
  • False

2. Runnable is

  • Class
  • Method
  • Variable
  • Interface

3. Which method can't be overidden

  • super
  • static
  • final
  • println

4. 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][];

5. ____ allows java code to run in the JVM to call and be called by native applications

  • JFI
  • JNI
  • NJI
  • FJI
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment