blob: 9b8dd783e544b335ebf6dacc5cd3dccb8264496d [file] [log] [blame]
import java.applet.*;
public class StringTypeTest extends Applet {
public String getString() {
return new String("hello");
}
}