Java Concepts Quiz

Java Concepts Quiz

University

18 Qs

quiz-placeholder

Similar activities

Nickelodeon Trivia!!!!!

Nickelodeon Trivia!!!!!

University

16 Qs

SKT XI TOI GENAP UH 2

SKT XI TOI GENAP UH 2

12th Grade - University

15 Qs

Quanta

Quanta

University

20 Qs

Quiz 5 Communication Research Methods

Quiz 5 Communication Research Methods

University

17 Qs

Management Meeting March24' #352

Management Meeting March24' #352

University

20 Qs

Hash Tables Quiz

Hash Tables Quiz

University

15 Qs

Chapter 6: The Magic Ledger (DLT)

Chapter 6: The Magic Ledger (DLT)

University

19 Qs

Konsep Struktur Data

Konsep Struktur Data

University

20 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?