<%@ page language="java" contentType="text/html; charset=EUC-KR"
pageEncoding="EUC-KR"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<%
String message="JSP의 세계에 오신걸 환영합니다.";
out.println("Welcome : " + message);
%>
보이는것은 컴파일러 인터필터지만.. 자바스블렛을 별도에 장소에서 컴파일함.
</body>
</html>
pageEncoding="EUC-KR"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
<%
String message="JSP의 세계에 오신걸 환영합니다.";
out.println("Welcome : " + message);
%>
보이는것은 컴파일러 인터필터지만.. 자바스블렛을 별도에 장소에서 컴파일함.
</body>
</html>