| Author |
Diff between getInitParameter() in ServletConfig.& ServletContext
|
Sajee Joseph
Ranch Hand
Joined: Jan 17, 2001
Posts: 200
|
|
Hello all, Both ServletConfig & ServletContext have the following methods: 1. getInitParameter() 2. getInitParameterNames() Is there a difference between these? Regards, Saj
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
|
One returns the init params for the servlet, the other the context params for the web app.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Diff between getInitParameter() in ServletConfig.& ServletContext
|
|
|