Posts

Simple Database Management using JDBC

Image
This a Java Code for a simple Student Database, that allows adding , delete , and modify as well as view in a very simple Frame Interface. Pre-Requisites: Install and configure the drivers Create the Database in the MS Access . Here the Database name is NiviDB which can be changed according to your database created. To Run: Open Command Prompt. Navigate to the destination of the file. Compile the java file [ javac DataManagement.java] Run the compiled file [java DataManagement]

Vernam Cipher in JAVA Frame

Image
Hey Guys !  Today I would like to post the Java code for Vernam Cipher. To Run: Open Command Prompt. Navigate to current location of file. Compile java file using javac. [ javac Vernam.java ] Run the java file . [ java Vernam ]  Vernam.java