Java Quiz#1 (Static variables)

Java Quiz#1 (Static variables)

University

10 Qs

quiz-placeholder

Similar activities

Electric Charges and Forces

Electric Charges and Forces

8th Grade - University

15 Qs

Mstep

Mstep

8th Grade - University

15 Qs

Forces Friction

Forces Friction

8th Grade - University

15 Qs

Static Electricity and Circuits Quiz

Static Electricity and Circuits Quiz

5th Grade - University

15 Qs

Friction and Force

Friction and Force

8th Grade - University

15 Qs

Static Charges

Static Charges

8th Grade - University

15 Qs

01/24

01/24

8th Grade - University

12 Qs

Electricity Gallery Walk Review

Electricity Gallery Walk Review

6th Grade - University

12 Qs

Java Quiz#1 (Static variables)

Java Quiz#1 (Static variables)

Assessment

Quiz

Science

University

Medium

Created by

Swarup Sarkar

Used 22+ 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?