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 |
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
What is an algorithm in java collection framework? : java collections
who should use JNDI?
what is diff string and stringbuffer
What are the different types of collections views being provided by the map interface? : java collections
what is difference between vector and arraylist?.
Should we create system software ( e.g operating system ) in java ?
What are the different types of ways where you can iterate over a list? : java collections
What are maps interfaces in the java collections? : java collections
please mail me the interview question based on java/j2ee