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

Explain exception chaining in java?

0 Answers   Cyient,


What is the main functionality of Prepared Statement?

4 Answers  


What does ide stand for?

0 Answers  


What is the use of beaninfo?

0 Answers  


Does java vector allow null?

0 Answers  






what is difference between business delegate and data access object(dao)? in java?

1 Answers  


I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


What is a generic type?

0 Answers  


What are examples of modifiers?

0 Answers  


What is the difference between the final method and abstract method?

0 Answers  


How do you convert an int to a string in java?

0 Answers  


Why java is a platform independent? Explain

0 Answers  


Categories