Can a double value be cast to a byte?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
yes
double d=22.55;
byte b=(byte)d;
| Is This Answer Correct ? | 34 Yes | 2 No |
How to Sort Strings which are given in List and display in ascending order without using java api.
Can we have multiple catch block for a try block?
How is java created?
where can we get jAVA project orientation traing in HYDERABD
How can you say java is object oriented?
what is a thread pool in java and why is it used?
How is string immutable in java?
use of wrapper classes?
when everything can be done by static block then why do we use main method?.
What's the access scope of protected access specifier?
can any one send me the example program of immutable class?
What is append in java?