Devansh2800 / Basic-JSP-Programs

This Repository will show you the basic implementation of the java server page (JSP) programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic-JSP-Programs

This Repository will show you the basic implementation of the java server page (JSP) programs. key points to remember :-

  • Make sure tomcat server is installed in your pc.
  • Make sure all your data and classes are stored inside the WEB-INF folder.
  • Make sure you import all servlet classes .
  • Make sure you have hosted the server before running of the actual program.

About

This Repository will show you the basic implementation of the java server page (JSP) programs.


Languages

Language:Java 62.5%Language:HTML 37.5%