Java Quiz#1 (Static variables)

Java Quiz#1 (Static variables)

University

10 Qs

quiz-placeholder

Similar activities

Forces and Momentum

Forces and Momentum

9th Grade - University

15 Qs

Newton's Laws and Forces

Newton's Laws and Forces

10th Grade - University

15 Qs

Charge Interactions

Charge Interactions

8th Grade - University

15 Qs

4.3

4.3

4th Grade - University

15 Qs

Open Sci Ed

Open Sci Ed

6th Grade - University

15 Qs

Forces Vocabulary #2 Review

Forces Vocabulary #2 Review

9th Grade - University

14 Qs

AzSci

AzSci

8th Grade - University

15 Qs

Vocabulary Of Science Terms

Vocabulary Of Science Terms

1st Grade - University

9 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?