Hi !
you should try like this:
out.println("\"Servlet Programming\" by
author X");
don't forget
out.close();
best wishes,
Andras
-----Original Message-----
From: maurice munoz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, May 25, 1999 7:49 PM
Subject: ConfusedI have a servlet to print some basic html code similar to hello world, but I want to include some parenthesis, so my output will look like this "Servlet Programming" by author XI've tried using a ' in my code but i get nothingout.println("'Servlet Programming' by author X");
