Java Programming Quiz

Java Programming Quiz

University

25 Qs

quiz-placeholder

Similar activities

TP-002

TP-002

University

25 Qs

Java Simple - 1

Java Simple - 1

University

20 Qs

latihan UAS

latihan UAS

University

25 Qs

QUIZERIA

QUIZERIA

University

20 Qs

Tech-Pictionary Round 1

Tech-Pictionary Round 1

University

20 Qs

kuiz phyton

kuiz phyton

University

25 Qs

Java Programming Challenge

Java Programming Challenge

University

20 Qs

Event Quiz

Event Quiz

11th Grade - Professional Development

20 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Other

University

Medium

Created by

Bryan Cajurao

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the starting point of every Java program?

Class declaration

main method

Variable declaration

Input Dialog

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Statements in Java end with which symbol?

Period (.)

Semicolon (;)

Colon (:)

Slash (/)

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following defines a class in Java?

System.out.println

public static void

public class

public variable

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Java is case-sensitive. Which two identifiers are considered different?

Main and main

Variable and variable

Both a and b

None of the above

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The public static void main(String[] args) is referred to as:

Method declaration

Main method

Class name

Block

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

An identifier in Java can start with:

A number

A letter or underscore (_)

A symbol like &

None of the above

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What keyword is used to define a variable with a constant value?

static

final

var

const

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?