Advertisement
Advertisement
11th Grade Java Quizzes, Questions & Answers
Recent Java Quizzes
Questions: 25 | Attempts: 505 | Last updated: Mar 22, 2025
-
Sample QuestionGiven: 11. public interface Status { 12. /* insert code here */ int MY_VALUE = 10; 13. } Which three are valid on line 12? (Choose three.)
Questions: 25 | Attempts: 4622 | Last updated: Sep 22, 2025
-
Sample QuestionPick runtime exception?....
Questions: 20 | Attempts: 1456 | Last updated: Jul 22, 2025
-
Sample Question--Controller Servlet in struts
Questions: 10 | Attempts: 139 | Last updated: Mar 20, 2025
-
Sample QuestionTrue or False: Arrays cannot be passed as parameters into methods, but their elements can be passed individually.
Questions: 10 | Attempts: 141 | Last updated: Mar 11, 2025
-
Sample QuestionTrue or False: Void methods do not have a type.
Questions: 9 | Attempts: 336 | Last updated: Mar 21, 2025
-
Sample QuestionTrue or False: A loop is a control-structure used for repetition of certain statements.
Questions: 45 | Attempts: 751 | Last updated: Mar 21, 2025
-
Sample QuestionWhich of the following are uses of Object class?(Choose 3)
Questions: 6 | Attempts: 152 | Last updated: Aug 20, 2025
-
Sample QuestionA Java source code can be created in ______ .
Questions: 10 | Attempts: 1951 | Last updated: Mar 21, 2025
-
Sample QuestionThe Java compiler generates
Questions: 38 | Attempts: 1437 | Last updated: Mar 21, 2025
-
Sample Question8.2 Q1: The _________ of a class are also called the public services or the public interface that the class provides to its clients.
Advertisement