download Mastguru Android App

Question Detail

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

  • True
  • False
Similar Questions :

1. If method have same name as class name and method don’t have any return type then it is known as

  • Destructors
  • Object
  • Variable
  • Constructor

2. what is jdb

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

3. Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()

4. String is the predefined

  • Method
  • Class
  • Variable
  • Object

5. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment