Advertisement
Advertisement
Advertisement

10th Grade Core Java Quizzes, Questions & Answers

Think your child knows their 10th grade Core Java? Challenge them with our fun and engaging Core Java quizzes! Perfect for reinforcing classroom learning and discovering new facts about the world around them.

Sort By Grade

10th Grade 11th Grade

Top Trending Quizzes



Questions: 40  |  Attempts: 264   |  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



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

Simple Quiz based on basics of Core Java covering almost all important aspects of programming language.Make sure to come out with flying colors.Passing: 80%Time: 30 Minuteswww.java-interviewer.blogspot.com

Questions: 50  |  Attempts: 222   |  Last updated: Mar 22, 2023
  • Sample Question
    You would use Java because?
    Radio Button
    Radio Button
    Radio Button

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

Questions: 45  |  Attempts: 681   |  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



Questions: 5  |  Attempts: 322   |  Last updated: Oct 4, 2024
  • Sample Question
    Which is the correct way to declare and store a character value to a variable?
    Radio Button
    Radio Button
    Radio Button
    Radio Button

Recent Quizzes

Advertisement