Why do we use public static with the main function in Java?
Answer Posted / abhi
why all these guys used to say "no need to create objects for a static class" tell what advantages u wil b geting without creating an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is difference betweem home interface and remote interface?
What is native method in java?
Name few "optional" classes introduced with java 8 ?
What is classname class in java?
What is thread synchronization in java?
What is the do while loop syntax?
How do you do absolute value in java?
What are the 4 versions of java?
What is the reflection?
How do you declare an empty string?
Difference between string s= new string (); and string s = "abv";?
When throws keyword is used?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is a nested class?
Is 0 true or is 1 true?