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 thread start?
What are the six ways to use this keyword?
How is tree Mirroring implemented?
Why string is not thread safe?
Does java support function overloading, pointers, structures, unions or linked lists?
what is synchronization and why is it important? : Java thread
Why is a singleton bad?
What are the differences between wait() and sleep()?
what is a thread pool in java and why is it used?
What is bytecode in java ?
What is the difference between a window and a frame in java programming?
What is entry set in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is difference between classpath and path variables in java?
What is java util concurrentmodificationexception?