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 palindrome in java?
Explain about collection interface in java?
Why do we need strings in java?
Is int primitive data type?
What is the benefit of using enum to declare a constant?
Is jdk required on each machine to run a java program?
What is object in java?
Which java version is latest?
Is finalize() similar to a destructor?
What is difference between null and void?
Differentiate between array list and vector in java.
What does string intern() method do?
Are arrays immutable in java?
Why is core java important?
In java how do we copy objects?