Java Programming Quiz

Java Programming Quiz

12th Grade

17 Qs

quiz-placeholder

Similar activities

Java String Objects & Methods

Java String Objects & Methods

12th Grade

12 Qs

JavaScript Practices #5

JavaScript Practices #5

12th Grade

12 Qs

Vue JS Basic

Vue JS Basic

12th Grade

14 Qs

Memahami PBO

Memahami PBO

11th Grade - University

15 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

The Technology Life

The Technology Life

8th - 12th Grade

14 Qs

java variables 1

java variables 1

9th - 12th Grade

13 Qs

Java Control Flow Statements

Java Control Flow Statements

9th - 12th Grade

20 Qs

Java Programming Quiz

Java Programming Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Fidaa Abed

Used 4+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to declare instance variables private in Java?

public

protected

private

static

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which naming convention is followed for class names in Java?

Pascal Case

Snake Case

Camel Case

Kebab Case

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default initial value for a String instance variable in Java?

Empty String

0

null

undefined

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes a local variable in Java?

It exists only within a method

It is accessible to all classes

It is initialized by default

It is declared outside of methods

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create an object in Java?

make

new

create

object

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method is used to set the name of an object in the Account class example?

getName

setName

assignName

setAccountName

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if a method has a local variable with the same name as an instance variable?

Compilation error

Method will use the instance variable

Method will use the local variable

An exception will be thrown

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?