<%--hello.jsp Stampa il classico saluto --%> <%! static private String str = "world!"; %> Esempio

Hello world!

Hello, <%= str.toUpperCase() %>