Answer Posted / vijay arasan.thamil
Servlet is a server side programming Language.
It don't have main() method to invoke. Servlet will invoke
by Web container. in fact, Web container is also one java
program. we just over write the doGet() or doPost() method
with parameters of HttpServletRequest and
HttpServletResponse
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Why bean class is used in java?
What is property file in java?
What is a java singleton?
What is dialect in java?
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What is a stream in java?
What is the difference between lambda expression and anonymous methods?
What are microservices in java?
Is jprofiler open source?
What is a jvm?
What is web xml java?
can anyone tell me what kind of questions are asked for core java exam in aptech
What is contextpath in java?
What is the java api?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance