Java Flashcards

Java Flashcards

University

16 Qs

quiz-placeholder

Similar activities

Java Programming Quiz

Java Programming Quiz

University

17 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

Web Development and Programming

Web Development and Programming

University

20 Qs

Java Object Creation and Classes

Java Object Creation and Classes

University

20 Qs

IntraSympo Round One

IntraSympo Round One

University

20 Qs

Prog1 A&D Quiz

Prog1 A&D Quiz

University

19 Qs

Multithreading in java

Multithreading in java

University

20 Qs

JAVA UNIT 1 PART 3

JAVA UNIT 1 PART 3

University

13 Qs

Java Flashcards

Java Flashcards

Assessment

Quiz

Computers

University

Hard

Created by

Gaurav Singh

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Java access modifier?

public

private

internal

protected

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of a boolean variable in Java if it’s an instance variable?

true

false

null

0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to prevent a class from being inherited?

static

final

abstract

private

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of a Java char?

1 byte

2 bytes

4 bytes

Depends on OS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these exceptions is unchecked in Java?

IOException

SQLException

NullPointerException

FileNotFoundException

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which collection class maintains insertion order in Java?

HashMap

HashSet

LinkedHashMap

TreeMap

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if you try to inherit from a final class?

Compile-time error

Runtime error

The subclass will override it

It will work normally

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?