I am new to java web technology. It is said that java web applications have two containers:
- Web container
- EE container
What are these containers? And how do they collaborate?
Some say that Tomcat is a web container, whereas in some places it is said that Tomcat is an application server.What is Tomcat exactly?
If I say web container + EE container = Application server
is it correct?