Multiple Choice
Which method defined in Integer class can be used to convert a whole number in string type to primitive int type.
A) valueOf()
B) intValue()
C) parseInt()
D) getInteger()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The method sqrt() is defined in the
Q3: Name the keyword that makes a variable
Q4: The keyword used to refer the current
Q5: Which of these is not a correct
Q6: _ is used to initialize objects.<br>A)Methods<br>B)arguments<br>C)constructors<br>D)new keyword
Q8: Identify the type of inheritance when two
Q9: The keyword used inside a class to
Q10: If a class inheriting an abstract class
Q11: Which of these keywords are used to
Q12: Which of the following is true in