download Mastguru Android App

Question Detail

Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator
Similar Questions :

1. Which method executes only once

  • start() method
  • init() method
  • stop() method
  • destroy() method

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

  • Collection object
  • Java object
  • Package
  • Wrapper

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

  • .class
  • .java
  • .cdr
  • .doc

4. All methods of interface are public and abstract

  • True
  • False

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

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment