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");
