what is the context

Answers were Sorted based on User's Feedback



what is the context..

Answer / 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

what is the context..

Answer / qamrun nisa

This is an interface that represents a naming context, which
consists of a set of name-to-object bindings. It contains
methods for examining and updating these bindings.

Syntax is

public interface Context

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why hashmap is used in java?

0 Answers  


What is the purpose of the enableevents() method in java programming?

0 Answers  


Do I need java on my pc?

0 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


What data type is a string?

0 Answers  






What is static class

0 Answers   EDS,


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


What are the drawbacks of singleton class?

0 Answers  


What is break and continue statement?

0 Answers  


What environment variables are required to be set on a machine in order to run Java programs?

0 Answers   Tech Mahindra,


What is the main difference between java platform and other platforms?

0 Answers  


Same common question what is Map,Set,HashMap,List????

4 Answers   Symphony,


Categories