Answer Posted / 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 View All Answers
What is the use of private static?
write a program that list all permutations of ABCDEF in which A appears before B?
Why stringbuilder is not thread safe in java?
How do you input a string in java?
What is the difference between inner class and nested class?
Is null in java?
What 5 doubled?
What is the purpose of the strictfp keyword?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What are synchronized blocks in java?
what is method reference in java 8?
What is the difference between jvm and jre? What is an interface?
Is there any case when finally will not be executed?
Difference between final and effectively final ? Why is effectively final even required ?
What is parsing a string?