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 |
What is javac used for?
What is difference between jdk,jre and jvm?
What is an array in java?
How do you remove duplicates in java?
Is delete, next, main, exit or null keyword in java?
Explain about core java?
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.*; ?
What is a package in java? List down various advantages of packages.
What is meant by 'Class access modifiers'?
What do you understand by java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
How do you find the maximum number from an array without comparing and sorting?