1 / 2 = 0

I wonder if this is a bug or just an unfriendly behaviour of Java:
System.out.println("1) 1/2 : "+ (1/2));
double d = 1/2;
System.out.println("2) 1/2 : "+d);The results are "0" and "0.0". Whereas
double dd = 1.0/2;
System.out.println("3) 1.0/2 : "+dd);
System.out.println("4) (double) 1/2 : "+ ((double) 1/2));prints the correct "0.5" result. I also debugged this code and saw that the internal state of "d" is "0.0" - before concatenating with the string. It seems that Java is automatically "casting" numeric results to int if not explicitaly specified differently? I doubt that this is a good default behaviour.

It is C heritage.
If all operands are int (or byte, char, short), then a formula will have the type int.
byte b='\0';
b + 1 ; // it is of type int Thus dividing two integers will yield an int and the division will be integer division.
It is OK once you got accustomed to it in the C-derived languages (c, C++, java).

Similar Messages

Maybe you are looking for

  • How to generate the date in this format - "24-NOV-2002" ?

    i want to pass the date from java into oracle Date format. I have tried to use the SimpleDateFormat class in java. However, I could only get the following formats: 1. "dd-mm-yyyy" --> "24-11-2002" 2. "dd-MM-yyyy" --> "24-11-2002" 3. "dd-MMM-yyyy" -->

  • We need a teacher tablet package for schools

    Wy doesn't Apple get hip to the needs of educators and capture a piece of the pie to get technology into teachers hands? Apple should create a package that could be advertised to district superintendants and administrators; the package should include

  • Which wireless all in one printers work best with ipad 4

    Please help me decide which wireless all in one printer works best with the ipad 4.  I am looking for better photo printing quality, but not the very best.  I am concerned mainly with being able to set up the printer using only my ipad 4 and wireless

  • Windows 8 and outlook 2013 compatible with iCloud Calendar ?

    Does Windows 8 with Outlook 2013 is fully compatible with iCloud Control Panel ? I'm looking to buy a new computer for work, and need to know if my calendar will be sync between my iPhone and my PC. Thank you.

  • New version of whatsapp

    Hi, I installed the new version of whatsapp and it does not work because the net_rim_crypto module is missing in my bb. Where do I get this module from? Thanks! Solved! Go to Solution.