Coders Packet

Packets submitted by Jahnavi Gongal Reddy

Simple Online Test using Java - GUI application

An online test java GUI application using swing. The questions are displayed one at a time with 4 choices along with the options like "next" and "bookmark".

Password Generator GUI using Java

This is a Password Generator GUI application which generates a random password using SecureRandom class.

Word Counter GUI application Using Java

It counts the number of words entered in the text area by user or from a file chosen by user. This project is developed using java.