Question Detail

How many keywords are available in java

  • 35
  • 55
  • 48
  • 130
Similar Questions :

1. Super is the predefined

  • Keyword
  • Method
  • Keyword and Method
  • None of above

2. Which statement is static and synchronized in JDBC API

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

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

4. What do you mean by javap

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

5. All methods of interface are public and abstract

  • True
  • False
Read more from - Java Objective Questions Answers -Chapter 1