Public static void main - Explain?
,Java, C ,C++, ASP, ASP.net C# ,Struts ,Questions & Answer, Struts2, Ajax, Hibernate, Swing ,JSP , Servlet, J2EE ,Core Java ,Stping, VC++,
HTML, DHTML, JAVASCRIPT, VB ,CSS, interview ,questions, and answers, for,experienced, and fresher
Public static void main - Explain?
public is a access modifier, static means dosent belongs to an object, void means main does not return any value, main( ) is the method called when a Java application begins.