Changes

Jump to: navigation, search

Prototype

1,260 bytes added, 22:04, 29 March 2007
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 {
1
edit

Navigation menu