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 is intern method in java?
Why is whitespace important?
What is finally block?
What are the different types of inheritance in java?
Can a singleton class be inherited?
What are loops in java?
why not override thread to make a runnable? : Java thread
What is the different between get and post?
What does arrays sort do in java?
What does || mean in code?
How do you declare a destructor in java?
Explain about instanceof operator in java?
When should the method invokelater() be used?
Is main is a keyword?
Write a program in java to find the maximum and minimum value node from a circular linked list.