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 three types of design patterns?
What about main() method in java ?
What is the difference between preemptive scheduling and time slicing?
What is the size of boolean variable?
What are basic data types?
Explain a situation where finally block will not be executed?
How does callback work in java?
How do you identify independent and dependent variables?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is the advantage of functional interface in java 8?
If a method is declared as protected, where may the method be accessed?
How to call one constructor from the other constructor ?
how does the run() method in runnable work? : Java thread
What is classes in java?
Is int primitive data type?