Answer: 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.
To crack any competitive exam like SSC, Railways, Insurance, UPSC, CLAT, Banking, State PSC Exams and other exams it is very important to answer all current affairs questions correctly. Gkseries Updates Current Affairs and Q&A packages in compiled and sorted topic wise to ensure easy accessibility of the information.
Answer: 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.
Answer: Option [B]
public is not a data type. It is a Java Access modifier. The other Access modifiers are private and protected.
Answer: Option [B]
Answer: Option [B]
Java wrapper classes are immutable. BiInteger are mutable.