String name = "Jane";
Jane = name;
"Jane" = name;
String[] markList = new String[10];
Int[] markList = new int[10];
Int[10] = markList;
This loop outputs the numbers 1 to 10
This loop outputs the numbers 1 to 11
This loop outputs the numbers 2 to 10
Length = input.nextInt();
Length = Scannerinput;
Input.nextInt.length;
Shape1.findArea();
Shape1.Shape.findArea;
Shape.findArea();
String mark;
Double mark;
Int mark;
The method sqrt in the Math class is called and so the square of x is output.
The method sqrt in the Math class is called and so the square root of x is output.
The method sqrt in the Math class is called and so the double of x is output.
For ( i = 0; i
For ( i = 0; i
For ( i = 1; i
Import static java.Math.*;
Import java.lang.Math.*;
Import static java.lang.Math.*;
Quiz Review Timeline (Updated): Mar 15, 2022 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Programming In Java (1)
Explore key concepts of Java programming through 'Programming in Java (1)'. This quiz assesses knowledge on Java APIs, JVM, and types of Java applications, enhancing understanding...
Questions:
20 |
Attempts:
639 |
Last updated:
Mar 21, 2023
|
Java Programming MCQ Exam: Quiz
This Java Programming MCQ Exam assesses key Java concepts through multiple-choice questions. It tests knowledge on loops, string manipulation, switch-case logic, and database...
Questions:
10 |
Attempts:
476 |
Last updated:
Mar 21, 2023
|
JAVA Programming Competition I
The 'JAVA Programming Competition I' quiz assesses knowledge in Java programming, covering data types, operators, and code execution outcomes. It is designed for learners to...
Questions:
50 |
Attempts:
1758 |
Last updated:
Jul 04, 2024
|
CSCI 1302 Computer Science Exam Quiz!
Did you know the capacity of an ArrayList grows automatically and is used in the Java language? Computer science allows you to solve complicated and challenging problems. This...
Questions:
29 |
Attempts:
1192 |
Last updated:
Sep 03, 2023
|
Java Programming MCQ Trivia Test! Quiz
The 'Java Programming MCQ Trivia Test!' assesses knowledge in Java fundamentals, focusing on bytecode generation, platform independence, and multithreading. It's designed for...
Questions:
10 |
Attempts:
1941 |
Last updated:
Mar 21, 2023
|
Quiz No. 2 In Java Programming
The quiz is about identification of the correct or incorrect declaration of identifiers and Java statements. (Valid or Invalid / Correct or Incorrect)
Questions:
30 |
Attempts:
2305 |
Last updated:
Mar 21, 2023
|
Wait!
Here's an interesting quiz for you.