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
What do you mean by exception handling?
What is a java executable jar file?
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.
Is java installed on windows 10?
Explain issues of old java date api?
What is difference between map and flatmap in java 8?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?
What is the difference between deep copy and shallow copy in java
What is the point of lambda expressions?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
What is class path in java?
Why doesn't lsdou work under windows nt? : java security
Is jpa a framework?
What is default constructor in java?
What is web container in java?