download Mastguru Android App

Question Detail

There is no default transaction attribute for an EJB

  • False
  • True
Similar Questions :

1. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator

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. Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above

4. Which driver is called as thin-driver in JDBC

  • Type-1 driver
  • Type-2 driver
  • Type-3 driver
  • Type-4 driver

5. Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment