OOP Java Basics

OOP Java Basics

University

15 Qs

quiz-placeholder

Similar activities

Saberes JAVA 2025-1

Saberes JAVA 2025-1

University

18 Qs

Mastering Arrays and Strings in Java

Mastering Arrays and Strings in Java

University

15 Qs

Computer Programming I Finals

Computer Programming I Finals

University

11 Qs

PPL 223 (QUIZ 1) Introduction to Programming Languages

PPL 223 (QUIZ 1) Introduction to Programming Languages

University

20 Qs

Understanding Assembly Language , Algorithms ,pseudocode

Understanding Assembly Language , Algorithms ,pseudocode

University

16 Qs

Event Handling Quiz

Event Handling Quiz

University

15 Qs

Mastering Java Fundamentals

Mastering Java Fundamentals

University

10 Qs

FGCT4025 Topic 1 - Introduction

FGCT4025 Topic 1 - Introduction

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?