This project is about a login form made using core Java. In this project user will be asked to enter a name and password for login. A Welcome page will be displayed on successful login.
This is a simple game in which th user needs to guess letters to find the country name from the given list of countries within the given no. of chances for the user.
This Memory Management in Java is useful to know about how much memory is being used and how much memory is free after all the uses, allocations, and garbage collection.
A simple vending machine programmed in Java language used for providing essential and daily use products to the customers.
Downloading images is the most common activity that everyone does. Here, we will download images from google by simply giving the title of the image and the number of images you want to download
There are 5 separate codes in this project: 1) Normal pyramid using numbers 2) Half pyramid using numbers 3) Inverted half pyramid using numbers 4) Pascal's triangle 5) Floyd's triangle
We traverse given two linked list and return a sorted list which contains all the elements from first and second linked list only once.
GUI based scientific calculator capable of performing a variety of mathematical functions
This application is called Password Manager which protect users' passwords by using a master password or a security login page. The passwords list will be stored in the form of arrays.
This project utilizes a survey form to showcase the JPanel transition without changing the JFrame, designed using Java GUI.
Given a string and a shift value, in this project the string is encoded or decoded as per user's choice by the shift value, using Java.
The Packet explains the sorting operations defined in the header algorithm with an example of each to have a better understanding.