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
Explain the difference between comparator and comparable in java?
What is Mutex (Mutual Exclusion Object) ?
Explain the transient field modifier?
Difference between Linked list and Queue?
What is string in java with example?
What are the three types of design patterns?
What are untrusted applets?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What happens if we override private method?
What is the importance of main method in Java?
Can bool be null?
What is array sorting in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
I want to print “hello” even before main is executed. How will you acheive that?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?