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
What do you understand by garbage collection in Java? Can it be forced to run?
What is the difference between Grid and Gridbaglayout?
how can you catch multiple exceptions in java?
What access modifiers can be used for variables?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Why java is said to be pass-by-value ?
What is the final variable?
What is fundamental datatype?
What are the drawbacks of singleton class?
What is the role of garbage collector in java?
What is java and why do we need it? Explain
What is java Applet?
Write a program to print count of empty strings in java 8?
Variable of the boolean type is automatically initialized as?
How do I stop concurrentmodificationexception?