download Mastguru Android App

Question Detail

Which of the following command is used to compile the Java program

  • java
  • javac
  • javap
  • none of these
Similar Questions :

1. Minimum threads in a program are

  • 1
  • 2
  • 5
  • Many

2. Executable applet is

  • .applet file
  • .java html
  • .java file
  • .class file

3. Inheritance means

  • Sub class extends super class
  • Sub class extends Base class
  • Sub class create object of super class
  • All of the above

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. Interfaces helps in which type of inheritance

  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment