Pradeep.Printwriter is a Public Class Not an Abstract Class. So Please Dun't post unless you are sure about your Answer.
public java.io.PrintWriter getWriter() throws java.io.IOException Returns a PrintWriter object that can send...
One fairly simple implementation: PrintWriter getWriter() throws java.io.IOException { return new PrintWriter(socket.getOutputStream()); }
Separate names with a comma.