Hierarchy of Applet Class IN java

Java server pages are usually in the root folder, while class files go in the same classes folder as the servlet classes. Simple Hello Example. The first example uses a JSP file called hello.jsp, an HTML file called hello.html, and a Java bean called HelloBean.java. The HTML file has a form that sends request data to the JSP file. ................
................