Answer Posted / rajesh dangi
Byte object can not be casted into primitive type. What we
can do is to create a double variable and get the value of
Byte object converted to it. There are many vays to do that
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is java util function?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What do you mean by formatting?
How to sort a collection of custom Objects in Java?
What is nullpointerexception in java?
List the three steps for creating an object for a class?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What are the differences between getting and load method?
How to call one constructor from the other constructor ?
What is the difference between compile-time polymorphism and runtime polymorphism?
What is the purpose of javac exe?
Can You Have Virtual Functions In Java?
What is byte code and why is it important to java’s use for internet programming?
Explain wait() method of object class ?
What are the different types of multitasking?