download Mastguru Android App

Question Detail

Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package
Similar Questions :

1. Execution of the program is always begins with

  • Main method
  • class contain main method
  • parent class
  • default package

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. There is no default transaction attribute for an EJB

  • False
  • True

4. How many keywords are available in java

  • 35
  • 55
  • 48
  • 130

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

  • .class
  • .java
  • .cdr
  • .doc
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment