download Mastguru Android App

Question Detail

Java intermediate code is known as

  • First code
  • Mid code
  • Byte code
  • None of above
Similar Questions :

1. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

2. Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws

3. 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

4. Which collection class associates values witch keys, and orders the keys according to their natural order

  • java.util.HashSet
  • java.util.LinkedList
  • java.util.TreeMap
  • java.util.SortedSet

5. Which statement is static and synchronized in JDBC API

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