Codebase list ohcount / run/8fccc97f-1091-4606-8a80-1b8fb386766a/main test / expected_dir / jsp1.jsp
run/8fccc97f-1091-4606-8a80-1b8fb386766a/main

Tree @run/8fccc97f-1091-4606-8a80-1b8fb386766a/main (Download .tar.gz)

jsp1.jsp @run/8fccc97f-1091-4606-8a80-1b8fb386766a/mainraw · history · blame

html	code	<html> 
html	code		<head> 
html	code		<title>JSP page</title> 
html	code		</head> 
html	code		<body> 
java	code			<%@ page language="java" %> 
java	code			<% out.println("Hello World"); %> 
java	comment			<% // comment 
java	comment			/*
java	comment			 * more comment
java	comment			 */
html	code			%>
html	code		</body> 
html	code	</html>