Java Programming Quiz 2

Java Programming Quiz 2

Professional Development

20 Qs

quiz-placeholder

Similar activities

MCQ on Innovation & Creativity

MCQ on Innovation & Creativity

Professional Development

15 Qs

G4 paper 1 Workplace Safety Quiz

G4 paper 1 Workplace Safety Quiz

Professional Development

15 Qs

3003 LO4 13 RCDs Resistor Values and Test Currents

3003 LO4 13 RCDs Resistor Values and Test Currents

Professional Development

17 Qs

DS - QUIZ 1

DS - QUIZ 1

Professional Development

20 Qs

PA Prerequisites

PA Prerequisites

Professional Development

15 Qs

List,Tuples,Dictionary

List,Tuples,Dictionary

Professional Development

19 Qs

Cuestionario de Automatización de Pruebas

Cuestionario de Automatización de Pruebas

Professional Development

20 Qs

Mysql

Mysql

Professional Development

16 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?