I studied in Java, that each Java file should have a Main method. And the name of that class in which the main is written should be the file name.
But in the development of a web application, it is not followed. Here everything is a file named web.xml
Why is it so? Then how the files are executing?
Could anyone help me?
[ November 17, 2008: Message edited by: Bear Bibeault ]