Interviewer And Interviewee Guide

Java Servlet Programming Interview Question:

When a servlet accepts a call from a client, it receives two objects. What are they?

Submitted by: Administrator
ServeltRequest: which encapsulates the communication from the client to the server.
ServletResponse: which encapsulates the communication from the servlet back to the client.
ServletRequest and ServletResponse are interfaces defined by the javax.servlet package.
Submitted by: Administrator

Read Online Java Servlet Programming Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.