JSP
JSP stands for Java Sever Page. Java Server Page used to create pages which can be visible o the end user while using the web application. Example: Java Server Page is extension of servlet technology to help developer to create dynamic pages with HTML like syntax.We can create user interface/view in servlet also but the … Read more