Answer Posted / praveen kumar
context object is created by server container and it is one for one web application.By using this context we can exchange the data between the resources of the web application.we can get this object from ServletRequest object,ServletConfig object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a abstract class be defined without any abstract methods?
What is anagram number?
How do you escape a string?
Is null keyword in java?
What is meant by class loader? How many types are there?
What is multiple inheritance? Is it supported by java?
Is null false in java?
State some advantages of java?
What do you mean by inner class in java?
What classes of exceptions may be caught by a catch clause in java programming?
Can we create more than one object singleton class?
Is void a data type?
Can we have two methods in a class with the same name?
What is early binding and late binding in java?
How does arrays sort work in java?