
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@page import="java.sql.*"%>
<%@page import="java.util.*"%>
<%@ page session="true"%>
<%@page import="java.io.*"%>
<%@page import="java.net.*"%>
<%@page import="javax.servlet.*"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Student Home</title>
</head>
<body>
<p>Welcome Student.. What do you want to do..</p>
<center>
<p><a href="<%=request.getContextPath()%>/jsp/Create.jsp">Create</a> </p>
<p><a href="<%=request.getContextPath()%>/jsp/View.jsp">View </a></p>
<p><a href="<%=request.getContextPath()%>/jsp/Update.jsp">Update </a></p>
<p><a href="<%=request.getContextPath()%>/jsp/Delete.jsp">Delete </a></p>
</center></body>
</html>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.