Question Detail

Session beans are created by the client submitting the query to the database

  • True
  • False
Similar Questions :

1. Session beans are created by the client submitting the query to the database

  • True
  • False

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 type of inheritance is not supported by java

  • Single
  • Multiple
  • Mulilevel
  • Hirarchical

4. Can we declare abstract static method

  • Yes
  • No

5. Package of drawstring() method is

  • java.applet
  • java.io
  • javax.swing
  • java.awt
Read more from - Java Objective Questions Answers -Chapter 1