Java Programming Quiz

Java Programming Quiz

12th Grade

25 Qs

quiz-placeholder

Similar activities

Sumatif Semester II_Pemrograman Web dan Perangkat Bergerak_RPL

Sumatif Semester II_Pemrograman Web dan Perangkat Bergerak_RPL

12th Grade

25 Qs

LATIHAN SOAL INFORMATIKA KLS 7

LATIHAN SOAL INFORMATIKA KLS 7

7th Grade - University

25 Qs

Quiz html dan css

Quiz html dan css

12th Grade

20 Qs

Etika Di Laboratorium Informatika

Etika Di Laboratorium Informatika

9th - 12th Grade

20 Qs

Quiz Administrasi Perkantoran

Quiz Administrasi Perkantoran

9th Grade - University

20 Qs

Penilaian Sumatif Informatika kelas 9

Penilaian Sumatif Informatika kelas 9

9th Grade - University

25 Qs

KSN INFORMATIKA

KSN INFORMATIKA

11th Grade - University

20 Qs

PTS Informatika Semester 2 2024-2025

PTS Informatika Semester 2 2024-2025

10th Grade - University

20 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Easy

Created by

Harwin Mendoza

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a unique feature of Java enum constants?

They can extend other classes.

They are public, static, and final.

They can be overridden.

They can create objects.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method from the java.io package allows for file operations?

FileHandler

File

FileIO

FileOperations

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you check if a file is readable in Java?

file.canBeRead();

file.canRead();

file.isRead();

file.isReadable();

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method retrieves all constants of a Java enum?

getConstants()

values()

list()

getAll()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the length() method of the File class return?

The number of lines in the file.

The size of the file in bytes.

The number of characters in the file.

The size of the file in kilobytes.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you obtain the absolute path of a file in Java?

file.getAbsolute();

file.getAbsolutePath();

file.getFullPath();

file.getPath();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method retrieves the name of the file?

file.getFile();

file.getFileTitle();

file.getName();

file.getFilename();

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?