1.

What Is Webapplicationcontext ?

Answer»

The WebApplicationContext is an extension of the plain ApplicationContext that has some extra FEATURES NECESSARY for web applications. It differs from a NORMAL ApplicationContext in that it is capable of resolving THEMES, and that it knows which SERVLET it is associated with.

The WebApplicationContext is an extension of the plain ApplicationContext that has some extra features necessary for web applications. It differs from a normal ApplicationContext in that it is capable of resolving themes, and that it knows which servlet it is associated with.



Discussion

No Comment Found