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 |
In how many ways we can do synchronization in java?
How Array List can be Serialized.
Why is flag used in java?
When do I need to use reflection feature in java?
Difference between process and thread?
What are jee technologies?
Is c better than java?
How does varargs work in java?
What is thread life cycle in java?
Is space a char?
Define Wrapper Classes in Java.
What is the difference between add() and addElement() method in Vector Class ?