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
Why parameters should be passed by reference?
define polymorphism in java
What are the string methods in java?
Explain tree set and its features?
In how many ways we can create threads in java?
Can It is possible to synchronize the constructor of a Java Class?
What is the loop in java?
How can you read an integer value from the keyword when the application is runtime in java? example?
What are the java ide’s?
What is temp in java?
How to sort elements in a parallel array in java?
Explain all java features with real time examples
How to create packages in java?
Can we declare the static variables and methods in an abstract class?
What is the use of System class?