Link to home
Start Free TrialLog in
Avatar of twg
twg

asked on

writing HTML from within a java application

Is there a way to write HTML page and save it  from within a java application just like writing HTML from within a servlet using PrintWriter out=response.getWriter();out.println("<html>"..............)?
ASKER CERTIFIED SOLUTION
Avatar of lcoomber
lcoomber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial