root/ManualTests/resources/StringTypeTest.java

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. getString

import java.applet.*;

public class StringTypeTest extends Applet {
    public String getString() {
        return new String("hello");
    }

/* [<][>][^][v][top][bottom][index][help] */