Saturday, 2 December 2017

How to call stored COOKIES using java jsp programming code and get data out

Learning Java Programming Made Easy




<%@page contentType="text/html" pageEncoding="UTF-8"%>

<!DOCTYPE html>

<html>

<body>

    <form action="coock.jsp" method="GET">

First Name: <input type="text" name="first_name">

<br />
Last Name: <input type="text" name="last_name" />
<input type="submit" value="Submit" />
</form>

</body>



No comments:

Post a Comment

Welcome, happy learning

Charactor_At_Position

public class Char_At_Position { public static void main(String[] args) { String str = "Wankhede"; String rev=""...