What JNDI(Java Naming and Directory Interface) provides?
Answer Posted / sanjay
It provides networkwide sharing of a variety of information
about users,machines,network services and application in
internets and intranets.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is null or empty java?
How to sort array of 0 and 1 in java?
Which is fastest collection in java?
How big is a boolean?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
How do you sort a set in java?
What are static initalizers in java ?
How will you load a specific locale?
What is the char data type?
What's a method in programming?
What is variable and its types?
How to store image in arraylist in java?
Is java an open source?
What is the difference between Grid and Gridbaglayout?