What is servlets.

Answer Posted / paletipatisrinu

Servlet is a server side programming Language.servlet is a
single instance multiplethreds of a serverside companent of
a webapplication.

Reason:Becasue when 100 request given to servlet only one
object created among all these 100 request are 100 threads
will be crated

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who developed rxjava?

629


What are the types of cookies in java?

683


Are streams faster than for loops?

640


What is ioexception in java?

719


What do you understand by casting in java language? What are the types of casting?

606


What are tlds in java?

647


What does el mean in java?

771


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

3611


What is tight coupling in java?

673


What is proxy object in java?

758


Explain working of java virtual machine (jvm)?

679


Is java singleton thread safe?

638


What is mdb in java?

661


How do I start netbeans?

651


How can you work with permissions from your .net application? : java security

666