Java Static_NonStatic

Java Static_NonStatic

Professional Development

10 Qs

quiz-placeholder

Similar activities

Object Oriented Modeling & Design

Object Oriented Modeling & Design

University - Professional Development

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

Recepción y ubicación de la mercancía

Recepción y ubicación de la mercancía

Professional Development

10 Qs

Declare Product Training for Sa Sa Store

Declare Product Training for Sa Sa Store

Professional Development

10 Qs

what is that logo?

what is that logo?

KG - Professional Development

10 Qs

Roblox Studio Script Test

Roblox Studio Script Test

KG - Professional Development

6 Qs

Java Static_NonStatic

Java Static_NonStatic

Assessment

Quiz

Education

Professional Development

Medium

Created by

Murali Sukumar

Used 95+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

How to declare a Static variable

int a= 10;

static a= 200;

static int a= 100;

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Static variable is a Global variable

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

NonStatic Variable is a Local Variable

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Where can we declare a Static Variable

inside main function

outside main function

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Where can we declare a nonStatic Variable

inside main function

outside main function

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Where can we declare Local Variable

inside main function

outside main function

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Can static and nonStatic variables declared as public

Yes

No

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?