MNNIT Computer Club

This repository contains the codes, support links and other relevant materials for every class under Computer Club, MNNIT Allahabad.

View on GitHub

Java Class - 4

Multi Threading

Multithreading allows concurrent execution of two or more parts of a program for maximum utilization of CPU.

You can refer to the following Oracle Docs:

Some other resources:

Class Room Codes

Serialization

Serialization is a mechanism of converting the state of an object into a byte stream.