Through notify(), you will go to waiting state to runnable state. From Running, Runnable state to dead state through stop() method.
- The memory allocation is contiguous. - The size of an array is fixed. Array size cannot be expand. - Searching takes time. - Array can store values of only same type. It can store homogeneous type ...