Data Types and Variables - Multiple Choice Questions with Answers on Core Java

Sports GK Questions and Answers 2024 (Latest Updated)

Awards & Honours GK Questions 2024 (Latest Updated)

Questions
11 Which one does not have a valueOf(String) method?
A Integer
B Boolean
C Long
D Short

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.

12 Which of the following is NOT an example of a data type?
A int
B public
C boolean
D double

Answer: Option [B]

public is not a data type. It is a Java Access modifier. The other Access modifiers are private and protected.

Advertisement
Article and Schedule Quiz Start Test!
DOWNLOAD CURRENT AFFAIRS PDF FROM APP
13 Int, long, byte, short are the data types of _____data types?
A unsigned
B signed
C both [A] and [B]
D None of these

Answer: Option [B]
14 Which of the following is correct?
A int a = 16, a>>2 = 4
B int b = -8, b>>1 = -4
C int a = 16, a>>>2 = 4
D All of the above

Answer: Option [D]
15 Which of the following is the mutable wrapper class?
A Integer
B BigInteger
C Boolean
D Character

Answer: Option [B]

Java wrapper classes are immutable. BiInteger are mutable.

Random GK Questions

Chapters

Assam Direct Recruitment Test Series

Computer Science Topics