1
edit
Changes
→Sample code
// so long as sun.servlet.* must run on older JDK 1.02 JVMs which
// don't include that support.
*****************************************************************************************************************************
*****************************************************************************************************************************
** Implementing the Clonable Interface **
*****************************************************************************************************************************
*****************************************************************************************************************************
public class Cookie implements Cloneable {
*
*/
************************************************************************************************************************************************************************************************************************************************************ Overriding the Clone Method and calling the super class Clone method ************************************************************************************************************************************************************************************************************************************************************
public Object clone() {
try {