OOP Java Basics

OOP Java Basics

University

15 Qs

quiz-placeholder

Similar activities

Java Programming Fundamentals

Java Programming Fundamentals

University

20 Qs

Java Programming Fundamentals

Java Programming Fundamentals

University

20 Qs

JavaScript Quiz

JavaScript Quiz

University

10 Qs

Understanding Method Overloading in Java

Understanding Method Overloading in Java

University

20 Qs

Web Development Quiz

Web Development Quiz

University

19 Qs

JAVA-Day4

JAVA-Day4

University

18 Qs

Ulangan Harian Digital Marketing

Ulangan Harian Digital Marketing

12th Grade - University

20 Qs

Programación Orientada a Objetos

Programación Orientada a Objetos

University

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