| Author |
main()
|
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
|
Why does servlet not have main method ?
|
 |
Marco Ehrentreich
best scout
Bartender
Joined: Mar 07, 2007
Posts: 1221
|
|
The question is "why should a servlet have a main() method?" A servlet is usually managed by a servlet container and it's not a standalone application. So there's no reason for it to have a main() method. Marco
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
Please be sure to take the time to compose descriptive subjects for your posts; read this for more information. Please go back and change your post to add a more meaningful subject by clicking the .
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: main()
|
|
|