MCQOPTIONS
Saved Bookmarks
| 1. |
Which are the methods used to parse string values to the respective data types in Java? |
| A. | Boolean.parseBoolean(), Byte.parseByte() |
| B. | Integer.parseInt(), Long.parseLong() |
| C. | Float.parseFloat(), Double.parseDouble() |
| D. | All the above |
| Answer» E. | |