what is the diff between Servletcontext and servletconfig?
Answer Posted / abdul mannan
In ServletContext value will b same for whole application
and were as the servletConfige value will b seprate or
diffrant for all the application in the project..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How many bytes is 255 characters?
How many digits is int32?
What is the collections api?
What is Hierarchy of exception?
What are the parts of a method?
What is the difference between integer parseint and integer valueof?
What does index mean in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the difference between an object-oriented programming language and object-based programming language?
Explain the difference between runnable and callable interface in java?
What about main thread in java?
What is string in java is it a data type?
What is command line argument in java?
How to pass arraylist to stored procedure in java?
How we can run a jar file through command prompt in java?