There are 0 repository under file-handling-in-java topic.
A hotel management system, made using object-oriented programming, multi-threading and file-handling in Java, that keeps records of guests & their bookings, rooms, admins, staff, etc.
Discover the Java file handling world with this repository. It features code examples for reading, writing, copying, renaming, and more. Suitable for beginners and experienced developers, it enhances your skills. Embrace the power of Java file handling and elevate your programming journey.
My java learning journey, from basics to advanced.
OSGI FrameWork for Bakery Shop
👨‍💻Simple Java CLI Application Perform OOP Concepts In Java Programming Language
A Library Management System built using Java, utilizing ArrayList for data storage and Serialization for persistent data saving. This project enables efficient management of books and users without requiring a database.
Console based project of Java, which contains Object Oriented Concepts. File handling is used as database. Variety of functions like shows previous logged in date/time, previous bill, add to cart, change cart, bill summary are implemented.
A solely Java Based Banking System, using the core concepts and trying to make it as proficient as possible.
Analysis of Algorithms: Project 1
The Hardware Board Suggestion Tool is a Java-based console application that helps engineers and developers find the right developer board or real-time computing unit for their project requirements.
This project is about store, update, and manage customer records through text file handling, showcasing my ability to work with Java file I/O operations effectively. This is hard cording software.
FileNest is a fast, lightweight Java tool with a Mac-ready .dmg installer that organizes files by extension, keeping your directories clean and clutter-free.
This is a console-based project on Custom_Management_System. Things I had to cover in this project - Encapsulation, Inheritance, Polymorphism, Packages, Abstraction, Interface, Custom Exception Handling and File Handling. Later, I had to show this on GUI. I used JAVA swing. (Course name - CSE215LAB | Faculty - CFA | Spring'23
The E-Learning System is a desktop-based Windows application built using Java (Swing & AWT) that provides an interactive learning experience for students and teachers. It enables seamless course management, study material sharing, student-teacher communication, and AI-powered assistance.
An extensive scientific calculator developed using Java. Supports various operations like Arithmetic operations, Trigonometry and Logarithmic operations, Decimal to Binary conversions, also keeping track of history and specific data if necessary. All major OOPs concepts like abstraction, encapsulation have been used. File handling and user defined
This includes the projects and assignments done while learning the concepts of Java.
This is a simple game developed using Java.
A Java-based tool that uses the Huffman coding algorithm for lossless file compression and decompression. It builds a Huffman Tree from character frequencies to generate efficient binary codes, reducing file size effectively.
This is a completely Java based Task Manager and Remainder System with Java Database Connectivity and also have implementations of file-handling.
This Repository is about the ATM application that contain basic ATM operations
Basic program / applications of JAVA
Shopping manager program with CLI and GUI
Code Repository for CCE 3rd Semester Object Oriented Programming Lab, MIT Manipal.
A program that stores vocabulary words in an ArrayList and writes them to a file
This is collaborative repository of Muhammad Abdullah Qaisrani, Hafiz Muhammad Ammar Qasim, Ahmad Hassan. Registration Numbers are SP24-BSE-151,SP24-BSE-008,SP24-BSE-029 respectively. All rights are preserved.
A comprehensive repository dedicated to exploring various file handling techniques in Java. It covers reading, writing, updating, and deleting different types of files, including text files, binary files, CSV, JSON, XML, and more.
A simple Java-based music library management system that allows users to search for songs by title, artist, or genre, and add new songs to the collection. The app uses file handling to persist song data, OOP principles for maintainability, and efficient search with a HashMap for quick lookups.
Solutions to SCD theory questions from Fall 2024 Semester in Fast Nuces Lhr. Note that, this is for the theory (subject), not the Lab subject.
This text processor uses regex patterns to carry out search operations and replace file contents efficiently, not to mention basic file handling features such as creating, editing, retrieving and deleting files.
Java console-based expense tracker application.
This repo demonstrates different ways of handling files using java.
A command-line Java application built with Gradle and JDK 17, featuring role-based login for admins and students. Admins can programmatically update a quiz bank stored in JSON, while students take dynamically randomized quizzes. The project uses the JSON.simple library for lightweight JSON parsing and is structured using standard OOP practices.
An Intermediate level project based on JAVA, File Management Techniques and OOP's Concepts to handle User's Accounts, Adding New Account, Modifying Accounts, Deleting Accounts etc