how can we use the servlet as standalone apllication?should
we need to extend any class?

Answers were Sorted based on User's Feedback



how can we use the servlet as standalone apllication?should we need to extend any class?..

Answer / hari prasath

extend HTTPServlet class

Is This Answer Correct ?    8 Yes 1 No

how can we use the servlet as standalone apllication?should we need to extend any class?..

Answer / soumen

extend HttpURLconnection class

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

How many bytes is a string in java?

1 Answers  


How does multithreading take place on a computer with a single cpu?

1 Answers  


what is diffrence between .NET and java?

2 Answers  


Does google use java?

1 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What is string builder in java?

1 Answers  


Difference between string, string builder, and string buffer?

1 Answers  


What are the differences between heap and stack memory?

1 Answers  


What is difference between Heap and Stack Memory?

1 Answers  


What is an anonymous class?

1 Answers   IBM,


Is overriding possible in java?

1 Answers  


Convert a BST into a DLL and DLL to BST in place.

1 Answers   Amazon,


Categories