Java collection quizz 2

Java collection quizz 2

Professional Development

19 Qs

quiz-placeholder

Similar activities

Understanding BOM in JavaScript(14R)

Understanding BOM in JavaScript(14R)

Professional Development

15 Qs

Understanding BOM in JavaScript (11R)

Understanding BOM in JavaScript (11R)

Professional Development

15 Qs

HyQuizz_Mùa 3_Day 1

HyQuizz_Mùa 3_Day 1

Professional Development

15 Qs

Quiz sobre Blockchain

Quiz sobre Blockchain

Professional Development

15 Qs

Quiz on Lambda Expressions and Functional Interfaces

Quiz on Lambda Expressions and Functional Interfaces

Professional Development

19 Qs

JavaWeb - Session10

JavaWeb - Session10

Professional Development

17 Qs

JavaWeb - Session08

JavaWeb - Session08

Professional Development

19 Qs

Java Web - Session4

Java Web - Session4

Professional Development

14 Qs

Java collection quizz 2

Java collection quizz 2

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Hoang Khoa

Used 2+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Giao diện Set trong Java thuộc gói nào?

java.lang

java.io

java.awt

java.util

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

HashSet trong Java cho phép lưu trữ bao nhiêu giá trị null?

Nhiều hơn một

Không có giá trị null

Chỉ một giá trị null

Tùy thuộc vào cấu hình

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Phương thức nào sau đây được sử dụng để thêm một phần tử vào HashSet?

put()

add()

addElement()

insert()

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Điểm nào sau đây không đúng về HashSet?

HashSet cho phép các phần tử trùng lặp

HashSet sử dụng cơ chế hashing để lưu trữ

HashSet không duy trì thứ tự chèn

HashSet cho phép giá trị null

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TreeSet trong Java không cho phép lưu trữ loại giá trị nào?

Giá trị null

Giá trị số

Giá trị chuỗi

Giá trị đối tượng

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Phương thức nào sau đây không có trong lớp HashSet?

remove()

size()

clear()

pollFirst()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Cách nào để khởi tạo một TreeSet trong Java?

Set s = new TreeSet();

TreeSet s = new TreeSet();

TreeSet s = new TreeSet<>();

Set s = new TreeSet();

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?