Coders Packet

Packets submitted by Supriya Bauddh

Question Paper generator with PDF in Java

In this Java tutorial, we are going to develop a Question Paper Generator and convert the Question paper into pdf. This project uses some Java swing functionalities and pdf convertor.

Cryptogram using Java Swing, AWT and File Handling in Java

In this Java tutorial, we are going to develop a Cryptogram that converts Morse and Tap code to the English language & vice versa. This project uses some Java swing functionalities.

Resume builder maker using Java Swing, AWT and File Handling in Java

In this Java tutorial, we are going to develop a Resume Builder Maker. This project uses some Java swing functionalities to provide GUI and File Handling to store username and password.

Check given number for Dasrium Number, Smith Numbers, Harshad Numbers using Java.

In this Java tutorial, we are going to check for various types of numbers in Java like Dasrium Number, Smith Numbers, Harshad Numbers, etc.

BCD CONVERTER USING WRAPPER CLASS IN JAVA

In this article, we will learn some basic concepts of wrapper class by BCD Converter BCD Converter is used to convert one type of number system into another. Eg., Decimal to Binary etc.