Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Can a Byte object be cast to a double value
Answered by Scott on 2005-05-12 09:24:14: Byte b = new Byte((byte)5);
double d = b.byteValue();
System.out.println( "The double value is: " + d );
Related Answered Questions
Related Open Questions