Answer Posted / dillip
servlet is a java program that runs inside a web
container,It is a server side program which is used to
develope web-application.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Can optional be null?
How do you create a jar file?
Which version of jdk is required for netbeans 8.0 2?
Which is more secure: java or activex? : java security
Can a dead thread be started again?
How many types of jdk are there?
What happens when the parent process of a child process exits before the child ?
How do I install jdk?
What is the meaning of the words public, static and void?
how can we create the ui using netbeans,having the code?
Why is lambda expression used?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
How do you find lambda?
When a thread is created and started, what is its initial state?
What does @override mean in java?