Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
Servlets
Diff between getInitParameter() in ServletConfig.& ServletContext
Sajee Joseph
Ranch Hand
Posts: 200
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello all,
Both ServletConfig & ServletContext have the following methods:
1. getInitParameter()
2. getInitParameterNames()
Is there a difference between these?
Regards,
Saj
Bear Bibeault
Sheriff
Posts: 67651
173
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
One returns the init params for the
servlet
, the other the context params for the web app.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
getInitParamater() method
What is the difference betwees ServletContext and ServletConfig ?
init parameters
Diff between ServletContext and servletConfig
getInitParameter
More...