Java Programming

Java Programming

University

10 Qs

quiz-placeholder

Similar activities

P1_APLab2Quiz_B3B4

P1_APLab2Quiz_B3B4

University

10 Qs

CS 315 EXAM 1

CS 315 EXAM 1

University

10 Qs

OOP Semifinal Quiz IS2C

OOP Semifinal Quiz IS2C

University

15 Qs

Conhecimentos prévios em Programação Orientada a Objetos

Conhecimentos prévios em Programação Orientada a Objetos

11th Grade - University

10 Qs

Quiz sobre Desarrollo de Software con Java JFrame

Quiz sobre Desarrollo de Software con Java JFrame

University

14 Qs

A1_ITE 186: GUI

A1_ITE 186: GUI

University

10 Qs

12. Swing: Controles Básicos

12. Swing: Controles Básicos

University

10 Qs

Swing Control

Swing Control

University

8 Qs

Java Programming

Java Programming

Assessment

Quiz

Computers

University

Hard

Created by

SUMATHI A

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 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;

  1. 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 

  1. To read data from a file line by line

  1. 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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?