InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a method of wrapper Float for converting the value of an object into byte?(a) bytevalue()(b) byte byteValue()(c) Bytevalue()(d) Byte Bytevalue()This question was addressed to me in examination.The above asked question is from Java.lang Introduction in portion Exploring java.lang & java.io of Java |
|
Answer» The CORRECT OPTION is (B) BYTE byteValue() |
|