A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
Long to Float conversion
malini griddaluri
Greenhorn
Joined: May 07, 2002
Posts: 5
posted
May 07, 2002 20:12:00
0
Hi All ,
I have a very basic doubt as to how can a conversion from long to float not require any explicit casting or why is it known as widening conversion?
Long is 64 bits and float is 32 bits so doesn't the number get truncated when a cast occurs?
Malini
Rob Ross
Bartender
Joined: Jan 07, 2002
Posts: 2205
posted
May 07, 2002 21:12:00
0
Here are a couple of previous threads that discuss this issue:
http://www.coderanch.com/t/236562/java-programmer-SCJP/certification/widening-conversion-narrowing-conversion
and
http://www.coderanch.com/t/235941/java-programmer-SCJP/certification/long-Vs-float-double
Rob
SCJP 1.4
I agree. Here's the link:
http://aspose.com/file-tools
subject: Long to Float conversion
Similar Threads
Conversion from long to float
float to int
Widening Conversion
RHE - Conversion of primitives
Long to Float
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter