Re: diffrence between java and jsp? We use the Java language to make JSP pages. JSP Stands for Java Server Pages. The use of them are Servlets, Java Beans, etc.jsp is a java file.
when you run a jsp, the machine (e.g tomcat) will convert your jsp file to a .java file. |