Java Concepts Quiz

Java Concepts Quiz

University

18 Qs

quiz-placeholder

Similar activities

Hash Tables Quiz

Hash Tables Quiz

University

15 Qs

Round 3

Round 3

University

20 Qs

Konsep Struktur Data

Konsep Struktur Data

University

20 Qs

Konsep dasar Struktur Data

Konsep dasar Struktur Data

University

20 Qs

Java

Java

University

15 Qs

CodeMavarick

CodeMavarick

University

20 Qs

Golang Basics 2

Golang Basics 2

University

15 Qs

Mastery Quiz - LinkedList

Mastery Quiz - LinkedList

University

14 Qs

Java Concepts Quiz

Java Concepts Quiz

Assessment

Quiz

Other

University

Medium

Created by

Crackify Crackify

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is a local variable stored in Java?

Stack

Heap

PermGen

Code Segment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which memory area stores objects in Java?

Stack

Heap

Method Area

Registers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method returns the hash code of an object?

hashValue()

hash()

hashCode()

getHash()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the contract between equals() and hashCode()?

If two objects are equal, they must have the same hash code

If hash codes are same, objects are always equal

They are unrelated

Only equals() matters in Collections

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you override equals() but not hashCode()?

Compilation error

Runtime error

May break hash-based collections

Nothing happens

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure does HashMap use internally?

Array

LinkedList

Array + LinkedList/Tree

TreeMap

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to compare contents of two strings?

==

equals()

compare()

hashCode()

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?