Advertisement
Advertisement
10th Grade Java Quizzes, Questions & Answers
Recent Java Quizzes
Questions: 17 | Attempts: 553 | Last updated: Mar 21, 2025
-
Sample QuestionWhen data cannot be changed after a program is compiled,the data is_______________
Questions: 10 | Attempts: 2984 | Last updated: Jul 16, 2025
-
Sample QuestionIn Java, what do you name an area on the screen that has fine borders and various buttons on the top border?
Questions: 25 | Attempts: 737 | Last updated: Mar 19, 2025
-
Sample Questionimport myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program?
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: 15 | Attempts: 65 | Last updated: May 18, 2025
-
Sample QuestionIsNaN is made available in
Questions: 20 | Attempts: 1456 | Last updated: Jul 22, 2025
-
Sample Question--Controller Servlet in struts
Questions: 14 | Attempts: 324 | Last updated: Mar 17, 2025
-
Sample QuestionWhat is a statement?
Questions: 18 | Attempts: 289 | Last updated: Mar 21, 2025
-
Sample Questionpublic class Converter { public static void main(String args [ ]) { Converter con = new Converter(); con.dollartoRupees(15); } double dollartoRupees(int dollar) { System.out.println (dollar+" dollar is equivalent to Rs" +dollar*25); } } What will be the output of this program?
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.
Advertisement