Is static a keyword in java?



Is static a keyword in java?..

Answer / Kanchan

Yes, static is a reserved keyword in Java used to declare variables and methods that belong to the class level rather than individual objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is javac used for?

1 Answers  


What is difference between jdk,jre and jvm?

1 Answers  


What is an array in java?

1 Answers  


How do you remove duplicates in java?

1 Answers  


Is delete, next, main, exit or null keyword in java?

1 Answers  


Explain about core java?

1 Answers  


why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?

3 Answers  


What is a package in java? List down various advantages of packages.

1 Answers  


What is meant by 'Class access modifiers'?

1 Answers   HCL,


What do you understand by java?

1 Answers  


Describe the syntax of multiple inheritance? When do we use such an inheritance?

1 Answers   Fidelity,


How do you find the maximum number from an array without comparing and sorting?

1 Answers   BlackRock,


Categories