Entries from August 2010

Is Iterator a Class or Interface? What is its use?

On August 27, 2010 / By admin / In Java / No Comments
Iterator is an interface which is used to step through the elements of a Collection. Read More...
Tags:

What is Collection API?

On August 26, 2010 / By admin / In Java / No Comments
The Collection API is a set of classes and interfaces that support operation on collections of objects. These classes and interfaces are more flexible, more powerful, and more regular than the vectors, arrays, and hashtables if effectively replaces. Example of classes: HashSet, HashMap, ArrayList, LinkedList, TreeSet and TreeMap. Example of interfaces: Collection, Set, List and Read More...
Tags:

What do you understand by Synchronization?

On August 25, 2010 / By admin / In Java / No Comments
Synchronization is a process of controlling the access of shared resources by the multiple threads in such a manner that only one thread can access one resource at a time. In non synchronized multithreaded application, it is possible for one thread to modify a shared object while another thread is in the process of using Read More...
Tags:

Name the containers which uses Border Layout as their default layout?

On August 24, 2010 / By admin / In Java / No Comments
Containers which uses Border Layout as their default are: window, Frame and Dialog classes. Read More...
Tags:

SEO Powered By SEOPressor