scjp MCQ Questions and Answers
Practice ModeShowing 10 of 52 questions
Q41
Which of the following statements are true about setLayout() method in java.awt.ScrollPane
Answer: Option A
Q42
An Outer class which has all its constructors declared as private
Answer: Option C
Q43
The GridBagConstraints Class
Answer: Option
Q44
Which of the following methods of the java.io.File class throws a checked Exceptions -
Answer: Option
Q45
Read this piece of code carefully
System.out.println("String".substring(0,4));
Answer: Option B
Q46
Math.round(Float.MAX_VALUE);
Answer: Option A
Q47
A frame uses BorderLayout Management and has components added to all the regions. One resizing the Frame Some space becomes available. The space is alloted to the regions, in which Order of preference?
Answer: Option A
Q48
An Anonymous Inner class
Answer: Option
Q49
public XXXX extends something1, something2
Answer: Option C
Q50
The class java.lang.Exception
Answer: Option