who should use JNDI?
Answer / harish
any java appln. that needs to access information abt
users,machines,networks and services.
User infn. includes security credentials ,phone
no's ,electronic and postal mail addresses and appln
preferences,machine infn. include network addresses,machine
configurations etc. in addition any java appln. that needs
to either export objects or access objects exported by
other applications and services. Examples include
printers,calenders and networked file systems
| Is This Answer Correct ? | 1 Yes | 3 No |
What is iterator in the java collections framework? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
What is the use of the list interface in the java collection? : java collections
What are the classes in the java collection framework? : java collections
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 debugging tool that can be used to debug the java programs?
what is the difference between checked and unchecked Exceptions?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What is the difference between comparable and comparator in java.util pkg?
What are the different types of collections views being provided by the map interface? : java collections
What is java collection? : java collections