Operators

Increment and Decrement Operators Example

Want to learn quickly?
Try one of the many quizzes. More than Java 400 questions with detailed answers.

Add Comment

  • /*
    * Here, value of j would be incremented first and then
    * assigned to k.
    */

    should be

    /*
    * Here, value of j would be incremented first and then
    * assigned to l.
    */

Sponsors

Facebook Fans