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
Explain about static nested classes in java?
What is the use of runnable interface?
How transient variable is different from volatile variable?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
How to solve the problem of generating the unique hash keys with hash function?
Define how does a try statement determine which catch clause should be used to handle an exception?
Can we override static methods in java?
What is prefix of a string?
What do you understand by final value?
What is the size of string?
Can we make a constructor final?
Can an interface be final?
Who developed java?
Explain the private field modifier?
What is java argument list?