0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
| Average score |
|
| Your score |
|
What is the main method signature in Java?
Which keyword is used to create a new object in Java?
What does the final keyword signify in Java?
Which of these is an integral type in Java?
How do you declare an array in Java?
What is the size of the int type in Java?
Which collection class allows you to grow or shrink its size and provides indexed access to its elements?
What is the purpose of the try and catch block in Java?
What is encapsulation in Java?
Which access modifier makes a member accessible only within its own class?