what is the diff between Servletcontext and servletconfig?
Answer Posted / sreenu karampudi
ServletContext: One Object(ServletContext) for application
ServeltConfig: It is specifig to a servelt in an
application. Each servlet will have a ServletConfig
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the parse method in java?
When do we use hashset over treeset?
What is string substring?
In case of inheritance what is the execution order of constructor and destructor?
What is string subsequence method?
What is a double vs float?
Is java a security risk?
What is the benefit of singleton pattern?
What is an off by one error in java?
How we can run a jar file through command prompt in java?
Can an arraylist be empty?
What is java algorithm?
How are this() and super() used with constructors in java programming?
describe synchronization in respect to multithreading? : Java thread
What is character in data type?