Question Detail

In which we clone the object and their constituent parts

  • Shallow cloning
  • Deep cloning
  • Both of above
  • None of above
Similar Questions :

1. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

2. Which method is used to perform DML statements in

JDBC

  • execute()
  • executeUpdate()
  • executeQuery()
  • None of above

3. All collection classes are available in

  • java.io package
  • java.lang package
  • java.awt package
  • java.util package

4. what is jdb

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

5. Which statement is static and synchronized in JDBC API

  • executeQuery()
  • executeUpdate()
  • getConnection()
  • prepareCall()
Read more from - Java Objective Questions Answers -Chapter 1