what protocols does JNDI provide an interface to?



what protocols does JNDI provide an interface to?..

Answer / harish

JNDI itself is independent of any specific directory access
protocol,individual service providers determine the
protocols to support. There will be provider
implementations for popular protocols such as LDAP,NDS,DNS
and NIS(YP) supplied by different vendors.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


What is an algorithm in java collection framework? : java collections

0 Answers  


"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions

6 Answers   Photon,


what is mean by hasing and maping in java platform and advantage?

0 Answers   CTS,


whatis arguments &what is default argument

2 Answers   CTS,






How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


what about web architecture?

1 Answers   HCL,


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


who should use JNDI?

1 Answers  


httt method

2 Answers   HCL,


what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


What is a constructor?

4 Answers  


Categories