D H N S

D

doGet(HttpServletRequest, HttpServletResponse) - class hello のメソッド
doGetメソッドは、サーブレット実行の基点となります。

H

hello - class hello.
「Hello」メッセージを指定回数分だけ表示します。
hello() - class hello のコンストラクタ
 

N

num - class hello の変数
表示回数を指定します

S

strEncode(String) - class hello のメソッド
フォーム入力の内容をエンコードします。

D H N S