04.06.2017 Views

servlets_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Java Servlets<br />

String title = "Locale Specific Percentage";<br />

String docType =<br />

"\n";<br />

out.println(docType +<br />

"\n" +<br />

"" + title + "\n" +<br />

"\n" +<br />

"" + formattedPerc + "\n" +<br />

"");<br />

}<br />

}<br />

117

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!