Question Detail

Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above
Similar Questions :

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

2. Which keyword represents object of the present class

  • interface
  • package
  • this
  • static

3. Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws

4. Which method can't be overidden

  • super
  • static
  • final
  • println

5. What is meaning of jar

  • java archived
  • java array
  • java architecture
  • none of these
Read more from - Java Objective Questions Answers -Chapter 1