FrontPage List of all FAQs Content categories RecentChanges Upload files Java Forums
Java-FAQSCJP-FAQScjpMockTestsCarefullyChooseOneForumItextExampleJstlTagLibDefinitionsWebServicesFaqScdjwsLinksInvokerServletDontWakeTheZombies
WhyNotUseScriptlets
public class HelloWorld { public static void main (String[] args) { System.out.println("Hello World!"); } }