method:getPath ();return type:Stringcontent:ใช้คืนค่า Path ของ Cookie (ถ้าไม่มีจะคืนค่า null)example:Cookie cookie = new Cookie ( “username”, “bamboo” ); String path = cookie.getPath ();