Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the JNDI?

Answers were Sorted based on User's Feedback



what is the JNDI?..

Answer / abhijit baji

JNDI (Java Naming and Directory Interface) enables Java
platform-based applications to access multiple naming and
directory services.

Is This Answer Correct ?    0 Yes 0 No

what is the JNDI?..

Answer / harish

JNDI is one of the J2EE API's . It provides interfaces for
perform various naming and directory operations across
diffrent types of services.

Is This Answer Correct ?    0 Yes 0 No

what is the JNDI?..

Answer / ravikiran

JNDI is the java naming and directory interface and is the
root for the look up directory service to looking up for a
particular resource

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the name of the java compiler?

0 Answers  


When you Click a Button, What event will be fired?

5 Answers  


Define how can we find the actual size of an object on the heap?

0 Answers  


Is a method a procedure?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


What are the similarities between an array and an ArrayList?

3 Answers  


What are design patterns and please explain?

0 Answers  


Explain about main thread in java?

0 Answers  


What is the difference between Static and final?

1 Answers  


What is variable explain with example?

0 Answers  


What does a boolean method return?

0 Answers  


How to make a class or a bean serializable?

0 Answers  


Categories