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 is the difference between break and continue statements?
What are 3 boolean operators?
Is null == null in java?
How does enum work in java?
Can java arraylist hold different types?
What is overloading and overriding in java?
What is the null?
What does method mean?
What is a instance variable in java?
What is the base class of all exception classes?
What is the gregoriancalendar class in java programming?
Write a method to check if input string is palindrome?
Which package is used for pattern matching with regular expressions?
What is an abstract class and what is it’s purpose?
What are advantages of using Java?s layout managers than windowing systems?