Java Programming Quiz

Java Programming Quiz

University

25 Qs

quiz-placeholder

Similar activities

Quanta

Quanta

University

20 Qs

SKEE1103 CT#11a: Pointers & Arrays

SKEE1103 CT#11a: Pointers & Arrays

University

29 Qs

Android Club Event-1

Android Club Event-1

University

20 Qs

Java Basics Quiz

Java Basics Quiz

University

20 Qs

Funções e Estruturas - Matrizes & Strings & Apontadores

Funções e Estruturas - Matrizes & Strings & Apontadores

9th Grade - Professional Development

24 Qs

TEMA 2  PROGRAMACION

TEMA 2 PROGRAMACION

University

20 Qs

I Year MCQs - C

I Year MCQs - C

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?