whats the relation ship between LDAP and JNDI?
Answer / harish
JNDI has classes provided by SUN that will help ur appln
interact with and LDAP server. JNDI appln work similarly to
JDBC applns once and be free to use 'drivers' from
different vendors. SUN provides the "driver" that will help
interact with the LDAP server. Sun also provides "drivers"
for other naming services (like CORBA). what SUN has not
written is a driver to interact with ADSI.
| Is This Answer Correct ? | 13 Yes | 1 No |
What is iterator in the java collections framework? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the main classes of the list interfaces? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
what is difference between business deligate and session facade ?
What are the types of java collections? : java collections
What are the queues in the java collection framework? : java collections
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
what are callback methods?
Should we create system software ( e.g operating system ) in java ?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?