Question Detail

x=x+1 is equivalent to

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

1. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

2. Which keyword is used while using interface

  • extend
  • implements
  • throw
  • throws

3. Which among following classes is not part of Java's collection framework

  • Queue
  • Array
  • Stack
  • Maps

4. Private Constructors can't be access from any derived classes neither from another class

  • True
  • False

5. Which command disassembles a class file

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