Java Programming Quiz 2

Java Programming Quiz 2

Professional Development

20 Qs

quiz-placeholder

Similar activities

AI & AI&DS Quiz

AI & AI&DS Quiz

Professional Development

20 Qs

DS - QUIZ 1

DS - QUIZ 1

Professional Development

20 Qs

G4 paper 1 Workplace Safety Quiz

G4 paper 1 Workplace Safety Quiz

Professional Development

15 Qs

Zero Trust Management

Zero Trust Management

Professional Development

15 Qs

FIRST GRADE QP - HIGHWAY ENGINEERING

FIRST GRADE QP - HIGHWAY ENGINEERING

Professional Development

15 Qs

Drawing and Welding Symbol 2025

Drawing and Welding Symbol 2025

Professional Development

20 Qs

PRESABER ACCIONES ADMINISTRATIVAS

PRESABER ACCIONES ADMINISTRATIVAS

Professional Development

20 Qs

Basic Occupational Health & Safety

Basic Occupational Health & Safety

Professional Development

15 Qs

Java Programming Quiz 2

Java Programming Quiz 2

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

Zohaib Hasan

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for a Java source file?

.class

.java

.exe

.jar

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about writing Java code?

Java is case-insensitive

Class names must match the filename

Java allows multiple public classes in a single file

A Java program must have a function named run()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct naming convention for Java class names?

camelCase

UPPERCASE

PascalCase

snake_case

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct main method declaration in Java?

public static void Main(String args[])

static public void main(String[] args)

public void static main(String args)

public static void main()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid identifier in Java?

_myVariable

$myVar

123abc

myVar123

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement about Java identifiers is correct?

Identifiers can start with a digit

Identifiers can use special symbols like @ and #

Identifiers are case-sensitive

Java has a predefined list of identifiers

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the size of int in Java?

2 bytes

4 bytes

8 bytes

Depends on the system

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?