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
Why collection is called framework in java?
How can we avoid including a header more than once?
What is pre increment and post increment in java?
what is singleton in java?
How to Sort Strings which are given in List and display in ascending order without using java api.
Do loops java?
Are there structures in java?
How hashset works internally in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Can we have try without catch block?
Which graphs are functions?
Is string a class in java?
Is a method a procedure?
Why is a constant variable important?
Can you extend singleton class?