Java Positions in top Software Consulting Company in US

Multiple Java positions in top Software Consulting Company in US!

 


What is a Servlet?

Explain the architechture of a Servlet?

What is the difference between an Applet and a Servlet?

What is the difference between GenericServlet and HttpServlet?

Explain life cycle of a Servlet?

What is the difference between doGet() and doPost()?

What is the difference between ServletConfig and ServletContext?

What is the difference between using getSession(true) and getSession(false) methods?

What is meant by a Web Application?

What is a Server Side Include?

What is Servlet Chaining?

How do you find out what client machine is making a request to your servlet?

What is the structure of the HTTP response?

What is a cookie?

Which code line must be set before any of the lines that use the PrintWriter?

Which protocol will be used by browser and servlet to communicate?

Can we use the constructor, instead of init(), to initialize servlet?

What is the Max amount of information that can be saved in a Session Object?

What is HTTP Tunneling?

What's the difference between sendRedirect( ) and forward( ) methods?

Is there some sort of event that happens when a session object gets bound or unbound to the session?

Is it true that servlet containers service each request by creating a new thread? If that is true, how does a container handle a sudden dramatic surge in incoming requests without significant performance degradation?

What is URL Encoding and URL Decoding?

Do objects stored in a HTTP Session need to be serializable? Or can it store any object?

What is the difference between session and cookie?

How to determine the client browser version?


comments powered by Disqus