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
Who developed rxjava?
What are the types of cookies in java?
Are streams faster than for loops?
What is ioexception in java?
What do you understand by casting in java language? What are the types of casting?
What are tlds in java?
What does el mean in java?
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.
What is tight coupling in java?
What is proxy object in java?
Explain working of java virtual machine (jvm)?
Is java singleton thread safe?
What is mdb in java?
How do I start netbeans?
How can you work with permissions from your .net application? : java security