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: Confused

I 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 X
 
I've tried using a ' in my code but i get nothing
out.println("'Servlet Programming' by author X");
 
 
 

Reply via email to