- (a)36.0
- (b)1.0
- (c)73.71
- (d)6.0
Library Classes
Appeared in 11 of the 11 available papers.
Appears almost every year — treat as core
Average per paper it appears in · 82 marks in total
39% of this chapter's 51 questions
No diagram questions in this chapter
Question-type distribution
- MCQ20
- Short answer17
- Output10
- Difference2
- Definition2
Most frequent topics
Showing 25 of 51 matching questions (82 marks).
25 questions
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)66
- (b)100
- (c)68
- (d)98
- (a)double
- (b)String
- (c)char
- (d)int
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)java.util
- (b)java.lang
- (c)java.awt
- (d)java.io
- (a)-5
- (b)-4
- (c)-7
- (d)error
- (a)Double.Parsedouble("25")
- (b)Double.parse("25")
- (c)Double.parseDouble("25")
- (d)Double.parseDouble(25)
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)10.0
- (b)11.0
- (c)12.0
- (d)9.0
- (a)isDigit(char)
- (b)isLetterOrDigit()
- (c)isLetterOrDigit(char)
- (d)isLETTERorDIGIT(char)
- (a)Math.ceil(n)
- (b)Math.sqrt(n)
- (c)Math.floor(n)
- (d)Math.round(n)
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)extends
- (b)export
- (c)import
- (d)package
- (a)16.0
- (b)16
- (c)4.0
- (d)5.0
- (a)20
- (b)20 22
- (c)2220
- (d)22
- (a)Boxing
- (b)Explicit type conversion
- (c)Unboxing
- (d)Implicit type conversion
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)Boolean
- (b)boolean
- (c)bool
- (d)char
- (a)toUpper()
- (b)ToUpperCase()
- (c)toUppercase()
- (d)toUpperCase(char)
- (a)FLOAT
- (b)float
- (c)Float
- (d)Floating
- (a)String
- (b)Wrapper
- (c)System
- (d)Math