Adding a hyperlink in java code
807591May 14 2008 — edited May 15 2008Please let me know the procedure to add a hyperlink in java code.
For example, I want to add a link in the following code to the output
out.write("\n Sum : " + sum);
Output should be
Sum : 24
In the above answer, I need 24 o be displayed as a hyperlink which will redirect me to some webpage on clicking.
Awaiting the reply.