
Java Programming

Quiz
•
Computers
•
University
•
Hard

SUMATHI A
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a primitive data type in Java?
int
float
String
Boolean
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. What is the purpose of encapsulation?
To hide the implementation details of a class.
To make code more efficient.
To increase code complexity.
d
To reduce code readability.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. Which of the following is a conditional statement in Java?
while
if-else
for
do-while
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code output?
int x = 10;
while (x > 0) {
System.out.println(x);
x--;
}
10 9 8 7 6 5 4 3 2 1
1 2 3 4 5 6 7 8 9 10
10 9 8 7 6 5 4 3 2
Infinite loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5. What are the two main types of exceptions in Java?
Compile-time and runtime exceptions.
Checked and unchecked exceptions.
Logical and syntax exceptions.
Input and output exceptions.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.What is the purpose of BufferedReader in Java?
To convert bytes into characters
To read data from a file byte by byte
To read data from a file line by line
To read data from a file line by line
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7. What is the purpose of packages in Java?
To provide a mechanism for accessing classes from different packages.
To handle exceptions in Java.
To define methods for handling input/output operations.
To group related classes and interfaces together.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
javaquizvivek

Quiz
•
University
15 questions
JAVA SWING 1

Quiz
•
University
10 questions
Programación 1: Examen Final Teórico

Quiz
•
University
10 questions
P1_APLab2Quiz_B3B4

Quiz
•
University
11 questions
MIDTERM PRE-EXAM QUIZ

Quiz
•
University
9 questions
Java Swing Intro

Quiz
•
University
10 questions
Inheritance

Quiz
•
University
15 questions
Code Combat

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade