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 passing by reference faster?
Explain the difference between protected and default access.
Describe string intern() methodology
What is the use of StringTokenizer class?
Does java support multiple inheritance or not?
What is type inference in java8?
Is static a keyword in java?
Explain the importance of import keyword in java?
What do you mean by multithreaded program?
What are different types of references?
How are multiple inheritances done in Java?
What is the maximum size of byte array in java?
What is public/private protected in java?
What is pass by value?
What are different types of multitasking?