Answer Posted / ramakrishna664
servlet is a java program that runs on web server, accepts
requests from web browser(requests submit from HTML form),
processes it and response back to client(browser).
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why do we need new date and time api in java se 8?
What is meant by code profiling?
What are microservices in java?
How can the static main method use instance variables?
How do I enable jvm?
Do I need jdk or jre?
What is tuple2?
Are jvm’s platform independent?
Why do we only use the main method to start a program?
Explain main thread under thread class execution?
explain isalive() method under thread class?
How do you run an executable jar file?
How does java handle integer overflows and underflows?
What is java persistence api used for?
What if the main method is declared as private?