Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is jndi?



what is jndi?..

Answer / sivasubramanian.k

The Java Naming and Directory Interface (JNDI) is an API
for directory service that allows clients to discover and
lookup data and objects via a name. Like all Java APIs that
interface with host systems, JNDI is independent of the
underlying implementation. Additionally, it specifies a
service provider interface (SPI) that allows directory
service implementations to be plugged into the framework.
The implementations may make use of a server, a flat file,
or a database; the choice is up to the vendor.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is rmi and steps involved in developing an rmi object?

0 Answers  


What is default specifier ??? Use of default specifier ???

4 Answers   Cognizant, Syntel,


types of applets?.

7 Answers   TCS,


Is alive method in java?

0 Answers  


What is defined as false sharing in the context of multithreading?

0 Answers  


what is webservices

5 Answers   Consultancy, Mind Tree,


What are the Class Libraries ?

0 Answers   Wipro,


5 Coding best practices you learned in java?

0 Answers  


What is the difference between instanceof and isinstance?

0 Answers  


how to deploy apache tomcat server to weblogic server in java

0 Answers   IBM,


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


Categories