Question Detail

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

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

1. In which we clone the object and their constituent parts

  • Shallow cloning
  • Deep cloning
  • Both of above
  • None of above

2. Which driver is called as thin-driver in JDBC

  • Type-1 driver
  • Type-2 driver
  • Type-3 driver
  • Type-4 driver

3. what is jdb

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

4. x=x+1 is equivalent to

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

5. Object which can store group of other objects is called

  • Collection object
  • Java object
  • Package
  • Wrapper
Read more from - Java Objective Questions Answers -Chapter 1