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
is there a separate stack for each thread in java? : Java thread
What are computer functions?
Is oracle charging for java?
How many types of methods are there?
Explain what access modifiers can be used for variables?
What is the difference between an array and an array list?
How do you check whether the list is empty or not in java?
When can you say a graph to be a tree?
Why super is first line in java?
Why java strings are immutable in nature?
Is java written in c?
How to perform quicksort in java?
What does s mean in regex?
How do you classify Dialog Box?
Is a char always 1 byte?