Java Quiz#1 (Static variables)

Java Quiz#1 (Static variables)

University

10 Qs

quiz-placeholder

Similar activities

Dynamic Parameters and Principles

Dynamic Parameters and Principles

12th Grade - University

15 Qs

Assignments

Assignments

6th Grade - University

15 Qs

Friction

Friction

5th Grade - University

15 Qs

Science Pass

Science Pass

4th Grade - University

15 Qs

Static Electricity (Worksheet)

Static Electricity (Worksheet)

7th Grade - University

11 Qs

NWEA Science Practice Test

NWEA Science Practice Test

5th Grade - University

15 Qs

Friction

Friction

6th Grade - University

15 Qs

Static Electricity vs Human-Harnessed Electricity

Static Electricity vs Human-Harnessed Electricity

5th Grade - University

15 Qs

Java Quiz#1 (Static variables)

Java Quiz#1 (Static variables)

Assessment

Quiz

Science

University

Medium

Created by

Swarup Sarkar

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For "static" variable default value will be provided by

A. JVM

B. Compiler

C. Programmer

D. Client

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"static" variable must be declared inside

A. method

B. class

C. block.

D. All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"static" variable will be cretaed

A. At the time of object creation

B. At the time of class loading

C. Both at class loading and at the time of object creation

D. None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is responsible for creating ".class " file

A. JVM

B.java compiler

C. Programmer

D. Server

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For any static type reference variable default value is

A. 0

B. null

C. Garbage Value

D. -1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the value of the variable doesn't changes from object to object such type of variables are called as ________variable.

A. non-static

B. static

C. local

D.global

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For static variable how many copies will be created?

A. Only one copy

B. No copy

C.As many object will be created

D. None of these

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?