sir I have heard that Apache is a server which needed for running a application like e.g Apache wamp server or Apache Tomcat.Its will be very grateful if any one can explain What is Apache and Its type? thanks
What application are you wanting to run? Tomcat is used for running Java Servlet Pages (JSP). WAMP I believe is just the Windows version of LAMP. LAMP refers to Linux Apache MySQL PHP. The idea being that most hosting servers you see require an Operating System (Linux), a web server (Apache), a database server (MySQL), and a programming language structure (PHP). WAMP is the same thing, just Windows instead of Linux.