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 jdbc api?

0 Answers  


What are extraneous variables examples?

0 Answers  


Write a java program that prints all the values given at command-line.

0 Answers  


What is the collection interface?

0 Answers  


How do you check if an arraylist is not empty?

0 Answers  






Describe the syntax of multiple inheritance? When do we use such an inheritance?

0 Answers   Fidelity,


Name the package that always imported by default?

4 Answers  


What is abstraction with strong example program? (not a general program)

3 Answers  


What is the purpose of the finalize() method?

0 Answers  


How do you decide when to use arraylist and linkedlist?

0 Answers  


Where import statement is used in a java program?

0 Answers  


why using interface interface ?

0 Answers  


Categories