In Java why we write public static void main(String args[])
why not main()?
Answer Posted / hari kiran
I think so it is done because all the java receives
everything in the form of a string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What about abstract classes in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is the java project architecture?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
Explain about public and private access specifiers?
What are the differences between checked exception and unchecked exception?
How does multithreading take place on a computer with a single cpu?
What is constructor and its types?
What is java developer skills?
What happens if an exception is not handled in a program?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Is java a security risk?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Is it possible for yielded thread to get chance for its execution again ?
Give few difference between constructor and method?