You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.
The Learning Navigator Application is a Spring Boot-based project for managing students, exams, and their registrations. This project uses Docker for containerization and MySQL as its database.
Java Console-Based Employee Management System using JDBC and MySQL. Perform CRUD operations (Create, Read, Update, Delete) on employee records via a simple text-based interface. Great for learning JDBC integration and database handling in Java applications.