JAR (Java Archive) files contain Java libraries and classes. WAR (Web Application Archive) files are specifically designed for web applications and contain web components like servlets, JSPs, HTML, etc. EAR (Enterprise Archive) files are for J2EE enterprise applications deployed to application servers. Both JAR and WAR files can be deployed in appropriate web servers or servlet containers, making option C correct.