Advertisement
Advertisement
Advertisement

10th Grade Core Java Quizzes, Questions & Answers

Spark curiosity and test your child’s 10th grade Core Java knowledge with our engaging quizzes! Perfect for practice at home or in the classroom—encourage learning through play and exploration.

Sort By Grade

10th Grade 11th Grade

Top Trending Quizzes




Questions: 35  |  Attempts: 136   |  Last updated: Apr 23, 2024
  • Sample Question
    Which statement is true?
    Radio Button
    Radio Button
    Radio Button
    Radio Button


Questions: 40  |  Attempts: 257   |  Last updated: Mar 21, 2023
  • Sample Question
    What happens when this code is compiled and executed? String name = null; File file = new File("/folder", name); System.out.print(file.exists());
    Radio Button
    Radio Button
    Radio Button
    Radio Button

INTRODUCTION TO OOPS INTRODUCTION TO JAVA AND SDE LANGUAGE FUNDAMENTALS AND OPERATORS

Questions: 45  |  Attempts: 680   |  Last updated: Sep 5, 2023
  • Sample Question
    Consider the following code: 1. class Test { 2. public static void main(String args[]) { 3. double d = 12.3; 4. Dec dec = new Dec(); 5. dec.dec(d); 6. System.out.println(d); 7. } 8. } 9. class Dec{ 10. public void dec(double d) { d = d - 2.0d; } 11. } Which of the following gives the correct value printed at line 6?
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Are you looking for ways to advance your Java MCQ knowledge? The quiz below is set and designed not only to test your Java MCQ knowledge but to also advance it. All the best and enjoy learning.

Questions: 25  |  Attempts: 600   |  Last updated: Mar 22, 2023
  • Sample Question
     What all gets printed when the following gets compiled and run? public class test {     public static void main(String args[]) {          int i=1, j=1;         try {             i++;              j--;             if(i/j > 1)                 i++;        }         catch(ArithmeticException e) {             System.out.println(0);         }         catch(ArrayIndexOutOfBoundsException e) {            System.out.println(1);         }         catch(Exception e) {             System.out.println(2);         }         finally {             System.out.println(3);         }         System.out.println(4);      } }   here
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Pls do the correction if the answer is wrong in core java.

Questions: 25  |  Attempts: 701   |  Last updated: Mar 22, 2023
  • Sample Question
    Which of the following may override a method whose signature is void xyz (float f)?1.void xyz(float f)2.public void xyz(float f3,private void xyz(float f)
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Recent Quizzes

Advertisement