Getting response from servlet
Hi
I've a servlet that handles the database connection. I'm calling this servlet from my java file. If the servlet is successfull in getting a connection to the database, it should return 1 to the java program that calls the servlet else it should return 0.ie I need to pass an integer value from my servlet as response.Is there any way to do that?
Thanks in advance

