
JAVA Programming QUIZ - 1
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Anitha R
Used 6+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the invalid constant declaration:
final int strength = 100;
final intpass_mark = 50;
final int max value = 50
final float P1 = 3.14159;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In java characters are compared based on their _______ values.
Bytecode
Unicode
Ascii code
Assembly code
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the following code:
public class Main {
public static void main(String[] args) {
String[] fruits = {"Apple","Mango","orange","Grapes"};
fruits[1] ="pineapple";
System.out.println(fruits[1]);
}
}
Apple
Mango
orange
pineapple
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the following code:
public class Main {
public static void main(String[] args) {
int[][] myNumbers = { {1, 2, 3, 4}, {5, 6, 7} };
int x = myNumbers[1][2];
System.out.println(x);
}
}
1
2
5
7
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
public class Main {
public static void main(String[] args) {
System.out.println(Math.abs(-9.7));
}
}
-9.7
9,7
. 9
error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these operators can be used to concatenate two or more String objects?
+
+=
&
||
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of the progrm
classMain {
public static void main(String args[]) {
int x = 0;
int y = 10;
int z = y/x;
}
}
Compiler error
Compiles and Run file
Compiles fine but throws arithmetic exception.
None
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
Programming2
Quiz
•
University
18 questions
Lenguaje de Definición de Datos
Quiz
•
University
20 questions
แบบทดสอบ Python เบื้องต้น P6
Quiz
•
University
18 questions
PBO Inheritance Episode 2
Quiz
•
University
15 questions
Kuis Pra-UTS
Quiz
•
University
21 questions
Pemodelan & Simulasi Sistem PRAK
Quiz
•
University
15 questions
The Genius of Alan Turing
Quiz
•
10th Grade - University
18 questions
U3.1. Connections (JDBC)
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
