what is the diff between Servletcontext and servletconfig?
Answer Posted / monisha
ServletContext is created only once in a whole application
whereas servletConfig is created for each servlet in an
application.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the difference between JDBC 1.0 and JDBC 2.0?
What is the difference between checked exception and unchecked exception?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
How to perform merge sort in java?
How many types of the indexof method are there for strings?
How do you replace all in word?
What is not thread safe?
Is java an ide?
Explain about member inner classes?
what is the purpose of the runtime class?
When do we use hashset over treeset?
Explain what is Marker interface?
What are thread local variables?
What do bitwise operators do?
What are the methods used to implement for the key object in the hash map?