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 disadvantage of synchronization?
What is private static in java?
List any five features of java?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Which is easier .net or java?
Why main function is static?
What is the point of polymorphism java?
Does sprintf add a null terminator?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Why can't we override private static methods?
How do you decide when to use arraylist and linkedlist?
What are streams?
List some important characteristics on jre
What is an iterator interface in java programming?
why Java does not support multiple inheritances?