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 is java api?
What is rxjava2?
Can we install jre without jdk?
Why do we only use the main method to start a program?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
What is cloning in java?
What is transactional in java?
What is dialect in java?
What is web xml java?
Why are command line arguments passed as a string?
What is meant by annotation in java?
What is static class in java?
Can an application have multiple classes having main method?
What is dto in java?
Why do we create dto in java?