how can we use the servlet as standalone apllication?should
we need to extend any class?
Answer Posted / soumen
extend HttpURLconnection class
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the types of literals?
Can a private method be declared as static?
What is difference between ++ I and I ++ in java?
How would you convert bytes to string?
What does it mean that a method or field is “static”?
What is indexof in java?
Does a class inherit the constructors of its superclass in java programming?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
Explain wrapper classes in java?
what is the difference between Object Based Language and Object Oriented Language?
What is a function in programming?
Why set is used in java?
what is mutual exclusion? : Java thread
Differentiate between stringbuffer and stringbuilder in java.
How does singleton class work?