Java General

Java General

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Java Bell Ringer Terms Test 3

Java Bell Ringer Terms Test 3

10th - 12th Grade

30 Qs

Computer Systems 9

Computer Systems 9

9th - 10th Grade

33 Qs

kelompok1 pwpb kelas 12 smk 6 kendari

kelompok1 pwpb kelas 12 smk 6 kendari

9th - 12th Grade

30 Qs

Computer Basic

Computer Basic

11th Grade

30 Qs

Computer Skills Test

Computer Skills Test

9th - 12th Grade

30 Qs

JavaScript

JavaScript

9th - 12th Grade

29 Qs

XI TKJ Ad Inf Jar

XI TKJ Ad Inf Jar

11th Grade

30 Qs

PBO kelas XI

PBO kelas XI

11th Grade

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