Answer Posted / roshan
yes, a byte object can be cast into double value. This is
done through auto-boxing concept of java that was
introduced in jdk 1.5.0. Using auto-boxing we can assign a
object into preemitive value and preemitive into object.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
When arithmeticexception is thrown?
How to instantiate member inner class?
What is module with example?
How do you find the absolute value?
How would overload a function based on return type?
What is loop in java?
What kind of variables a class can consist of?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is the largest long allowed by java?
What is thread life cycle in java?
How to check if linked list contains loop in java?
What are basic keywords?
What is the difference between pass by reference and pass by pointer?
What do you mean by byte code?
What is field name?