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 are the types of web technologies?
What are the two parts of a conditional statement?
What do you mean by garbage collection used in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How can we access some class in another class in java?
What is java thread dump, how can we get java thread dump of a program?
What is constructor and its types?
Is object a data type?
Can a final variable be manipulated in java?
Is arraylist ordered?
What does substring mean?
What is the purpose of a volatile variable?
What do you mean by of string::valueof expression in java 8?
What are the advantages of passing this into a method instead of the current class object itself?
Can we cast any other type to boolean type with type casting?