Answer Posted / harish
JNDI is one of the J2EE API's . It provides interfaces for
perform various naming and directory operations across
diffrent types of services.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are functions in java?
What are the differences between heap and stack memory?
What is the indent key?
What is io stream in java?
How to sort an array in java without using sort method?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is return data type?
What do you mean by stack?
What is user defined exception in Java?
Can bool be null?
What data type is true or false?
Where pragma is used?
What is the longest unicode character?
Tell me about different OOPS concepts.
How to Sort Strings which are given in List and display in ascending order without using java api.