What is the difference between Java projects having pom.xml and web.xml? Can projects have both these configurations at the same time?
POM stands for "Project Object Model". It is an XML representation of a Maven project held in a file named pom.xml. http://maven.apache.org/pom.html
yes you can have both configurations at the same time.