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
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is main function purpose?
What is a numeric string?
What is indexof in java?
Can we call thread start () twice?
what is the difference between thread and runnable types? : Java thread
How does thread synchronization occurs inside a monitor?
What is byte value?
Why enumeration is faster than iterator?
When can an object reference be cast to an interface reference in java programming?
Can you explain the cs option of java interpreter?
Difference between association, composition and aggregation?
Write a code to create a trigger to call a stored procedure
Which is faster set or list in java?
Can we have more than one package statement in source file ?