|
INTERVIEW QUESTIONS
COMPUTER HARDWARE
8085
DETAILS
Question: What is the difference between Generic servlet and HTTPServlet
Answer: HttpServlet is used to handle only http request & response but whereas Generic servlet can be used to handle any type of requests and responses , such as FTP... The other difference which we can fine between both of them is..
A GenericServlet has a service() method aimed to handle requests. HttpServlet extends GenericServlet and adds support for doGet(), doPost(), doHead() methods (HTTP 1.0) plus doPut(), doOptions(), doDelete(), doTrace() methods (HTTP 1.1). Both these classes are abstract
|
|
|
Category |
8085 Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8734 users |
Added on |
7/17/2011 |
Views |
68267 |
Rate it! |
|
|
Question:
What is the difference between Generic servlet and HTTPServlet
Answer:
HttpServlet is used to handle only http request & response but whereas Generic servlet can be used to handle any type of requests and responses , such as FTP... The other difference which we can fine between both of them is..
A GenericServlet has a service() method aimed to handle requests. HttpServlet extends GenericServlet and adds support for doGet(), doPost(), doHead() methods (HTTP 1.0) plus doPut(), doOptions(), doDelete(), doTrace() methods (HTTP 1.1). Both these classes are abstract Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Why java does not support Multiple Inheritance? Why java is not pure Object Oriented?
|
View Answer
|
|
How EjbQL ara impemented when it is necessary?
|
View Answer
|
|
How to handle date problem if application server and database server has different date format?
|
View Answer
|
|
What are the blocking and nonblocking assignments in Verilog and which is preferred in Sequential circuits?
|
View Answer
|
|
It takes Mr. Karthik y hours to complete typing a manuscript. After 2 hours, he was called away. What fractional part of the assignment was left incomplete?
|
View Answer
|
|
Julius and Vincent are brothers. "We are born within the same hour," says Julius, "on the same day of the same year." "But," says Vincent, "we are no twins!" How is this possible?
|
View Answer
|
|
WHat are * and ? when using them for wildcards in Windows? *
|
View Answer
|
|
What is the difference between primary & secondary storage device?
|
View Answer
|
|
Give examples for 8 / 16 / 32 bit Microprocessor?
|
View Answer
|
|
What are level-triggering interrupt?
|
View Answer
|
|
What does Quality factor mean?
|
View Answer
|
|
Which interrupt is not level-sensitive in 8085?
|
View Answer
|
|
Why crystal is a preferred clock source?
|
View Answer
|
|
Can an RC circuit be used as clock source for 8085?
|
View Answer
|
|
What are input & output devices?
|
View Answer
|
|
In 8085 which is called as High order / Low order Register?
|
View Answer
|
|
What is the RST for the TRAP?
|
View Answer
|
|
What is clock frequency for 8085?
|
View Answer
|
|
How many interrupts are there in 8085?
|
View Answer
|
|
Name 5 different addressing modes?
|
View Answer
|