<%@ page language="java" %> <%//@ page pageEncoding="Windows-31J" %> <%@ page contentType="text/html; charset=Shift_JIS" %> <% String strA="JSP TEST"; System.out.println("it is " + strA + " by system.out.println"); %>

This is <%= strA %> !!