adspace
Answer Posted / Amit Trivedi
The static keyword in Java is used to create class-level variables, methods, and blocks. These elements are shared among all instances of a class, rather than being specific to each instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is minecraft 1.15 out?
How to create a base64 decoder in java8?
What is the difference between break and continue statements?
What is a constructor overloading in java?
What are the differences between heap and stack memory in java?
What is parsing in java?
Write a program to find the whether a number is an Armstrong number or not?
What is java string pool?
What is an object in java and how is it created?
What do you mean by an interface in java?
Write a program to print count of empty strings in java 8?
What is a classloader in java?
Realized?
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.