Question Detail

x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these
Similar Questions :

1. Which method of java is invoked by JVM to reclaim the inaccessible memory location

  • reclaim() method
  • final() method
  • finalize() method
  • both b and c

2. The Externizable interface extends the serializable interface

  • True
  • False

3. Which is the predefined package

  • Lang package
  • io package
  • util package
  • All of above

4. Which command is used for interpretation of java program

  • Java
  • javac
  • javap
  • none of above

5. Program which executes applet is known as

  • applet engine
  • virtual machine
  • JVM
  • None of above
Read more from - Java Objective Questions Answers -Chapter 1