| ||||||||||||||||||||||||
| ||||||||||||||||||||||||
Conversion and coercion in Java
The accuracy and conversion of primitive arithmetic variables in Java is something that I'm questioned on regularly.
Ideally in Java, you'll perform arithmetic on two pieces of data of an identical type, and the result returned will be of the same type. However, if you perform a calculation on two different types the "least accurate" will be coerced up to the accuracy of the second. For example, integer is coerced to float which in turn may be coerced to a double. What does this mean?
I - int L - long F - float D - double Note that a constant such as 2.0 id double, whereas 2.0f or 2.0F is float. If you wish to save a result into a "less accurate" variable, you may do so by casting it. For example a = (float) (5/2.0) will convert an integer up to a double for the division through coersion and will then cast it back to a float before saving it in the variable a Select here for a download of my "variables in Java" training notes released under an open training notes license. Further examples of simple variable use in Java can be found in our modules resource centre. (written 2004-11-22 15:04:21) Associated topics are indexed under J703 - Java - Variables
Some other Articles
Thanksgiving dinnerSpelling and grammar Trawling our site to prevent student copying Technical Weekend / Geekmas Conversion and coercion in Java Feedback shows the tip of an iceberg Staff theft PHP v Java Short underground journeys and a PHP book Passing arrays to procs in Tcl 1636 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| |||||||||||||||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | ||||||||||||||||||||||||