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 |
what is Abstract DataType?
How many java versions are there?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
How to create a fecelet view?
Difference between a process and a program?
Explain about java sdk?
Explain the polymorphism principle?
How many times garbage collector will invoke an object?s finalize() method?
What are functions in java?
Can the interface be final?
can java object be locked down for exclusive use by a given thread? : Java thread
What is the difference between and ?