What is the use of static keyword in "public static void
main()"
Answer Posted / subha, bijji
a static is a method that is called with out using object.
we can call a static method is like classname.method name.
it is very usefuul in public static void main()
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you compare characters in java?
Explain about strings in java?
What is null statement?
Tell me a few examples of final classes defined in Java API?
Explain what are final variable in java?
What is object-oriented paradigm?
What is the properties class in java programming?
What is a JAR file?
What is __ init __ functions?
What is the purpose of assert keyword used in jdk1.4.x?
Define max and min heap, also the search time of heap.
What is thread synchronization in java?
What is mvc in java?
What sorting algorithm does javascript use?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?