<html>
<body>
<%
String message="Hello ";
out.print(message);
%>
<%
String name="World";
%>
<b><%=name%></b>
<%
%>
</body>
</html>
Dosyayı İndir