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
What do you mean by local class?
What is array in java?
Write a program to search a number in the given list of numbers.
Tell us something about set interface.
Where can I find jdk in my computer?
List some important characteristics on jre
Write a program to calculate factorial in java?
Where and how can you use a private constructor?
Can extern variables be initialized?
What is api in java?
What is the symbol for space?
What is the memory leak in java?
How do you sort a set in java?
Why put method is idempotent?
How do I stop concurrentmodificationexception?