Is there any reason that I should not do this:
 
<%! String hostname;%>
<%
  hostname    = request.getParameter("Host");
%>
 
Does the compiler have to do any extra work? Should I combine them? 

Reply via email to