A simple SQLite database example performing CRUD(create,read,update and delete) operations.
This is a simple Grade Calculator using Java. With this, the average of the total marks obtained is calculated and the respective grade is displayed.
An overview of different feature selection methods in Sklearn, Feature-engine and Mlxtend libraries.
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.
The project finds the shortest path distance from the source vertex to all the vertices of a graph using Java.
The project simulates the rolling of dice and also finds the number of times each number on the dice occurs using Java.
Hibernate is a Java framework that simplifies the development of Java application to interact with the database. It is an open source, lightweight, ORM tool
In this module, we are going to build a code for the ATM system using java. In this, we can perform different transactions like withdrawal, deposit, and check balance.
The project is a multiple choice questions based quiz which stores the details of the quiz takers (details of the person, score, etc.) and stores them in a file for further access.
The project manages reports of students and stores them in a file for any future use like seeing, editing or deleting the records.
A program to secure or encrypt a message and then to retrieve the original message from the encrypted message.
This project is about a number guessing game in which user will get three trials to guess a randomly generated number.