Week 13 - Quizz

Week 13 - Quizz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Cloud Computing-Model Exam-II-PART-B

Cloud Computing-Model Exam-II-PART-B

Professional Development

15 Qs

APP Unit3

APP Unit3

Professional Development

20 Qs

6. Echo -  Advance

6. Echo - Advance

Professional Development

10 Qs

Mindtap Cloud Computing

Mindtap Cloud Computing

University - Professional Development

10 Qs

Cloud

Cloud

University - Professional Development

10 Qs

Sec+ Quiz - 1

Sec+ Quiz - 1

Professional Development

15 Qs

Security+ Study Guide-07 Protecting Against Advanced Attacks

Security+ Study Guide-07 Protecting Against Advanced Attacks

Professional Development

15 Qs

Security+ 701 - Quiz 2

Security+ 701 - Quiz 2

Professional Development

15 Qs

Week 13 - Quizz

Week 13 - Quizz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

IO IO

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

COLLECTIONS FRAMEWORK
Between ArrayList and LinkedList, which collection would you choose for fast random access to elements?

ArrayList

LinkedList

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

COLLECTIONS FRAMEWORK
What is the primary characteristic of a HashMap in Java?

It sorts the keys in natural order.

It allows duplicate keys.

It maintains the order of its keys in the order they were inserted.

It provides constant-time performance for basic operations (get and put).

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

OBJECTS
Which of the following statements is true about the relationship between equals() and hashCode()?

hashCode() and equals() are independent and do not affect each other.

Two objects with the same hash code must be equal.

Two objects that are equal must have the same hash code.

If two objects are unequal according to the equals() method, they must have the same hashCode().

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

EXCEPTIONS

Which of the following is a checked exception?

NullPointerException

IOException

ArithmeticException

ArrayIndexOutOf
BoundsException

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

I/O STREAMS
Which class should be used to improve the performance of character input stream?

BufferedReader

FileReader

FileInputStream

InputStreamReader

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

NETWORKING
What identifies a running process in a machine and helps direct network traffic to it?

Port Number

IP Address

MAC address

Ethernet Frame

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

NETWORKING
What is the primary advantage of using UDP over TCP?

Reliable delivery

Faster data transmission

Data encryption

Data recovery features

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?