Java Collections

Java Collections Framework The Java language API provides many of the data structures from this class for you.It defines a “collections” as “an object that represents a group of objects”. It defines a collections framework as “a unified architecture for representing and manipulating collections, allowing …

Threads in Java

What is a Thread? Individual and separate unit of execution that is part of a process multiple threads can work together to accomplish a common goal Video Game example one thread for graphics one thread for user interaction one thread for networking Advantages of Threads …