where is JNDI being used in java platform?
Answers were Sorted based on User's Feedback
Answer / harish
HOtJava views using JNDI to access LDAP. Enterprise APIs
such as Enterprise Java Beans,Java Message Service, and
JDBC 2.0 make use of JNDI for their naming and directory
needs. RMI over IIOP applications can use JNDI to access
the CORBA(COS) naming service.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / satya
JNDI is a naming service provided an Application Server,
where as Application Server provides some external services
like transactions and Naming Services so with the
Application Servers to access the components (EJB) it
dynamically use the naming service with JNDI, for this we
need to configure the component to the namin service with
rebind() method
| Is This Answer Correct ? | 5 Yes | 3 No |
Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()
what is jndi?
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
What is the use of hashcode in java ?
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
what is hibernate ceteria ?
httt method
what is the difference between banking and insurance domain?
Which sorting algorithm is used by collections.sort() in java ?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
whatis arguments &what is default argument