OOP Java Basics

OOP Java Basics

University

15 Qs

quiz-placeholder

Similar activities

PSC - JAVA (revisão)

PSC - JAVA (revisão)

University

19 Qs

Fundamentos Java

Fundamentos Java

University

20 Qs

General ExpressJS Quiz

General ExpressJS Quiz

University

10 Qs

Profesi Utama di Bidang Informatika

Profesi Utama di Bidang Informatika

10th Grade - University

15 Qs

Bienvenida Santo Domingo

Bienvenida Santo Domingo

University

10 Qs

COC (Code Of Challange)

COC (Code Of Challange)

11th Grade - University

15 Qs

Inftech1

Inftech1

University

10 Qs

Help! Translate?

Help! Translate?

University

12 Qs

OOP Java Basics

OOP Java Basics

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Fritzgerald Imperial

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Java bytecode?

Machine code for Java applications

A compiled version of Java that runs on the JVM

A scripting language used by Java

The high-level Java source code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a primitive data type?

int

float

String

boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of a byte in Java?

4 bits

8 bits

16 bits

32 bits

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Java arrays?

Arrays can hold only objects

Arrays have a dynamic size by default

Arrays store elements of the same data type

Arrays do not allow duplicate values

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of an uninitialized int variable in a Java class?

0

null

undefined

-1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Java compiler "javac" do?

Translates Java code into machine code

Converts Java source code into bytecode

Runs Java programs

Converts bytecode into machine code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of System.out.println(10 / 5)?

2.5

2

2.0

2.25

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?