Hi,
When we get request on server after processing that it writes back the response to client that also contains HTTP status code like 200 for Ok, 404 for page not found.
How can I have access to that in java, how can i retrieve that status code. Please help.