Question
Which one does not have a valueOf(String) method?
A
Integer
B
Boolean
C
Long
D
Short
Answer & Explanation
Option: [D]
Java Data Type Short does not have a ValueOf(String) method. The other data types Integer, Boolean, Long, Char, Float, Double have support for the ValueOf(String) method.