how can we use the servlet as standalone apllication?should
we need to extend any class?
Answer Posted / hari prasath
extend HTTPServlet class
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the types of strings?
Explain about wait() method?
What is the difference between hashmap and hashtable in java?
Can a method be static?
How to display arraylist values in java?
how do I create a runnable with inheritance? : Java thread
What is mean by encoding?
Explain the difference between collection api and stream api in java8?
What one should take care of, while serializing the object?
Can we sort hashmap in java?
What is == mean?
Explain public static void main(string args[]) in java.
Why do we use regex?
What is the difference between final, finally and finalize()?
What is skeleton and stub? What is the purpose of those?