SCJP MOCK EXAM-01 MCQ Question Questions and Answers
Practice ModeShowing 10 of 41 questions
Q11
What it will print?
Answer: Option C
Q12
The default no-argument constructor created by Java is
Answer: Option D
Q13
If you have two methods in a class:
Answer: Option B
Q14
Which is/are the correct declaration of an array
Answer: Option
Q15
choose the correct statement for above declaration.
Answer: Option A
Q16
what is correct ways to explicitly initialize arrays
Answer: Option C
Q17
Whether this declaration is true or false
Answer: Option A
Q18
Can A class run without a main method.
Answer: Option A
Q19
we know that true, false, and null are not key word, can i use then as identifier name.
Answer: Option A
Q20
Class members which are of type static or non-static they are ALWAYS
Answer: Option A