Coders Packet

Packets submitted by Dendi Keerthi

Grade Calculator using Java

This is a simple Grade Calculator using Java. With this, the average of the total marks obtained is calculated and the respective grade is displayed.

Memory Management in Java

This Memory Management in Java is useful to know about how much memory is being used and how much memory is free after all the uses, allocations, and garbage collection.

Graph Data Structure using Java

This is a simple Java-based directed Graph Data Structure. It can be used in Google Maps for routes, network connections like LAN, and other network-based connections.