This Question is Answered
Why Are You Using Public Void Main[string Args[]?
About Java..
asked 6 months ago
About Java..
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
Public is used so that to make the method available outside the class also while static is used so that class instance can access the method. On the other hand, by using void the application is not required to return a value while this is understood that application need an entry point that is provided by main().
answered 6 months ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.