Question Detail

x=x+1 is equivalent to

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

1. All methods of interface are public and abstract

  • True
  • False

2. Executable applet is

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

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

  • Collection object
  • Java object
  • Package
  • Wrapper

4. Applet always executed on

  • Client side
  • Server Side

5. Which command disassembles a class file

  • javaamd
  • javacmd
  • java
  • javap
Read more from - Java Objective Questions Answers -Chapter 1