2 Answers - Sort by: Date | Rating
Public in java tells us of which method the function is and its access outside the class(remember the different methods like public, private,protected), static is used so that the class instance can access the method, void signifies there is no return type, main is the method.
0
0
Java interpreter starts the execution from main , it contains the 3 modifier (public,private,final).public indicates that main() method can be called by any object.static indicates that main() method is class method.void indicates that the main() method has no return value.
0
0
- How To Update The Sim 3 Expansion?
- What Is An Attribute In Java?
- Do I Have To Write A Main Method In Every Class I Create?Why?
- Do I Have To Write A Main Method In Every Class I Create?
- What How The Step For Make Library Management?
- In Which Process We Can Start Java?
- Define The Concept Of Java Byte Code?
- How To Run Remote Method Invocation In More Machine?
- How To Run Java Remote Method Invocation In More Machine?
- How To Make A Java Program That Will Ask The User To Input A Number And Display All The Even Number And The Sum Of All Even Numbers Based On The Inputted/ Given Numbers?
- Is A Static Variable An Instance?
- How To Compile And Run Java Package?
- What Does Literati-on Mean?
- What Is Abstract Class In Details?
- What Is Meant By Remote Method Invocation In Java?
- What Is Meant By Servlet In Java?
- What Is Latest Technologies In Java?
- Write A Program Using Do…..while Loop To Calculate And Print The First M Fibonacci Numbers?
- What Is The Difference Between Reference &instance Variable?
- Why Java Is Slow?
- What Is The Drawback Of Ms Access?
- What Is Replaced In Place Of Pointers In Java?
- What Replaces Pointers In Java?
- How Many Types We Create Object In Java?
- I Signed Up Promo Code 505124 For 12 Months My Bill Said For 6 Months Who Fix This Error?
- Why Do We Use "Public Static Void Main(String[] A)" In Java?
- What Is The Meaning Of Public Static Void Main() In Java?
- Why We Uses Public Static Void Main(String Args[])?
- It's A C#program. What Does This Actually Mean Static Void Main(string[] Args). What Will It Do?
- Why Are You Using Public Void Main[string Args[]?
- Why Do We Use (main())function In Java? Why Not Static Block Function?
- What Does Java Script Void Mean?
- What's Static In Java?
- How To Write A Simple Java Program Using Static?
- Why Is The Sleep Method Given As Static In The Thread Class In Java?
- Why We Use Void Main In C++?
- What Is Mean By Void Main() In C?what Is Its Use?

New Comment - Comments are editable for 5 min.