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

What is assembly condition codes?

0 Answers  


What do you understand by an io stream?

0 Answers  


Can I have constructor in Interface?

2 Answers  


What is string substring?

0 Answers  


Why java doesn’t support multiple inheritances?

0 Answers  






What is an empty string in css?

0 Answers  


Can a main method be declared final?

0 Answers  


Which is faster set or list in java?

0 Answers  


How do u provide security in java

3 Answers  


Why are arrays useful in java?

0 Answers  


What are access modifiers?

1 Answers   Infosys,


What is ordered map in java?

0 Answers  


Categories