gupta-ashu01 2c62d0214c Add files via upload
Difference between request.getSession() and request.getSession(true)
2020-07-15 21:40:56 +05:30

13 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<form action="firstservlet">
Name: <input type="text" name="userName"/><br/> <br/>
<input type="submit" value="submit"/>
</form>
</body>
</html>