Question Detail

x=x+1 is equivalent to

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

1. All raw data types should be read and uploaded to the database as an array of

  • int
  • char
  • bollean
  • byte

2. Smallest individual unit in java program is known as

  • string
  • literal
  • token
  • operator

3. Can we declare abstract static method

  • Yes
  • No

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

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

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

  • java
  • javac
  • javap
  • none of these
Read more from - Java Objective Questions Answers -Chapter 1