method:getValue ();return type:Stringcontent:ใช้คืนค่า ค่าข้อมูล (Value) ของ Cookieexample:Cookie cookie = new Cookie ( “username”, “bamboo” ); String str = cookie.getValue ();