What is the use of static keyword in "public static void
main()"
Answer Posted / praveen
static is method that can be called and executed without
using obect
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which java collection does not allow null?
What is the best definition for data?
What is the purpose of sizeof operator?
Why collection doesn’t extend cloneable and serializable interfaces?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is a static class in java?
What is the largest data type in java?
How many threads can I run java?
What does it mean that a method or field is “static”?
What is difference between calling start() and run() method of thread?
What is the order of arraylist in java?
What is qms certification?
Is a method a function?
What are the object and class classes used for?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.