📢 Supplementary course website — official activities on Moodle. Content is updated regularly. Feedback welcome!
Review before quiz: Lectures | Week 10 Content | Lab 8
out
application
request
pageContext
<%! ... %>
<% ... %>
<%= ... %>
<%@ ... %>
<%! int count = 0; %>
<% int count = 0; %>
<%= int count = 0; %>
<%@ int count = 0; %>