Java General

Java General

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Quiz Penilaian Informatika

Quiz Penilaian Informatika

12th Grade

31 Qs

Eduqas Computer Science 1.1 Hardware

Eduqas Computer Science 1.1 Hardware

9th - 11th Grade

33 Qs

java

java

3rd - 10th Grade

38 Qs

PBO - XI RPL (SMKN 1 Cisarua)

PBO - XI RPL (SMKN 1 Cisarua)

1st - 10th Grade

30 Qs

AQA Computer Science GCSE - 3.3 Data representation

AQA Computer Science GCSE - 3.3 Data representation

10th - 12th Grade

37 Qs

PSAJ PIC

PSAJ PIC

9th Grade

31 Qs

Unit 3: Values and Data types

Unit 3: Values and Data types

9th - 10th Grade

32 Qs

Computer Systems 9

Computer Systems 9

9th - 10th Grade

33 Qs

Java General

Java General

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Lucian Țicoiu

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java is called platform independent because of its byte codes which can run on any system irrespective of its underlying operating system.

True

False

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these are wrapper classes?

Integer, Long, Byte, String

Integer, Long, Byte, Float

Double, Long, Byte, Float

Integer, String, Byte, Float

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What makes a HashSet different from a TreeSet?

It does not maintain elements in an ordered way.

It does not allow the null object.

It permits the null object.

The elements are maintained in a sorted order.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Set implementation allows duplicate values?

TreeSet

Sorted

LinkedHashSet

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A default constructor in Java is created automatically by the Java compiler when the programmer doesn't create any constructor in the entire program

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you call a constructor of a class inside another constructor?

No

Yes

Only if inherited

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between equals() and == in Java?

Equals() method is defined in Object class in Java and used for checking equality of two objects defined by business logic.

“==” or equality operator in Java is a binary operator provided by Java programming language and used to compare primitives and objects

There is no difference

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?