Java Static_NonStatic

Java Static_NonStatic

Professional Development

10 Qs

quiz-placeholder

Similar activities

Who Wants To Be a Programmer?

Who Wants To Be a Programmer?

University - Professional Development

10 Qs

Declare Product Training for Sa Sa Store

Declare Product Training for Sa Sa Store

Professional Development

10 Qs

Introduction to Management

Introduction to Management

University - Professional Development

10 Qs

Recap SLA PPA

Recap SLA PPA

Professional Development

10 Qs

Research Proposal Quiz

Research Proposal Quiz

Professional Development

15 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Basic syntax

Basic syntax

Professional Development

10 Qs

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

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