Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 311675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:56:47+00:00 2026-05-12T07:56:47+00:00

Do check this code: int result = 0; result = result++; System.out.println(Result 1 =

  • 0

Do check this code:

int result = 0;
result = result++;
System.out.println("Result 1 = " + result);
result++;
System.out.println("Result 2 = " + result);

The output i was expecting was :

Result 1 = 1
Result 2 = 2

But i got the output:

Result 1 = 0
Result 2 = 1

The problem lies at Line2. Can some one explain on Unary operator.??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:56:48+00:00Added an answer on May 12, 2026 at 7:56 am

    In the statement i = i++:

    This is guarenteed behaviour. The value of i is read for the purposes of evaluating the righthand side of the assignment. i is then incremented. statement end results in the evaluation result being assigned to i.

    There are two assignments in i = i++; and the last one to be executed will determine the result. The last to be executed will always be the statement level assignment and not the incrementer/decrementer.

    Terrible way to write code, but there you have it a deterministic result at least.

    http://forums.sun.com/thread.jspa?threadID=318496

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 164k
  • Answers 164k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Maybe this can help you: About Conditional Comments May 12, 2026 at 12:19 pm
  • Editorial Team
    Editorial Team added an answer In older versions you could use attr. As of jQuery… May 12, 2026 at 12:19 pm
  • Editorial Team
    Editorial Team added an answer AWTUtilities, as the package implies is an implementation package and… May 12, 2026 at 12:19 pm

Related Questions

I am considering the problem of validating real numbers of various formats, because this
I making a web app in Flex using global coordinates I get the coordinates
Executive Summary: When assertion errors are thrown in the threads, the unit test doesn't
When doing a simple performance measurement, I was astonished to see that calling String.IndexOf(char)
To illustrate, assume that I have two tables as follows: VehicleID Name 1 Chuck

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.