Coders Packet

Packets submitted by Kethireddy Chandra Karan Reddy

Login and logout using HTTP sessions in Java

A simple application having login, logout, and profile pages are implemented using HTTP sessions and servlets in Java.

Simple guessing game using Java

It is a simple guessing game using java AWT and Swing. The game is to pick random correct boxes from given boxes.

GPA calculator using Java Servlets and JSP

This project is all about taking marks secured by a student as input and calculate GPA(Grade Point Average) using Java Servlets and JSP.