Question Detail

Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file
Similar Questions :

1. The class java.sql.Timestamp is associated with

  • java.util.Time
  • java.sql.Time
  • java.util.Date
  • None of above

2. If nested try is possible

  • Yes
  • No

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

  • Collection object
  • Java object
  • Package
  • Wrapper

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. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator
Read more from - Java Objective Questions Answers -Chapter 1