How to Zip your File using Java

Submitted by donbermoy on
Today, I will teach you how to create a program that will zip your file using Java. We all know that zip is a popular compression format that also contains one or more files that have been compressed into the ZIP format. So, now let's start this tutorial! 1. Open Notepad. Encode any data in there and save it to the same folder with your java program and named it as READ FIRST.txt (Note: you can

Student Details

Submitted by mevada.bhaumik.1 on
> This is a simple project. > It is add, delete, edit, exit and any other facility in the project. > Then all information save record into database system. > And all student information are save in the database. > Then the use of all student details are given your database. > It is database connectivity related in the project. > Open this project. > And all information is submit and click in save

Online Posting and selling website like OLX.COM

Submitted by ahad.bj on
This is the final project of mine at University. I have been use the PHP language with MySQL database. The PHP language is very flexible, reliable and more efficient for the web development. It's more secure and more consistent. Hope this project will help to the beginners of webdesign student.You can post any product on this site and advertize it for the selling. it's a good and nice site for the

How to Delete Files using Java

Submitted by donbermoy on
In this tutorial, we will create a program that can delete files using Java. We are done with creating files, appending, and reading data inside of a file. So, now let's start this tutorial! 1. Open Notepad. Encode any data in there and save it to the same folder with your java program and named it as data.txt. 2. Open JCreator or NetBeans and make a java program with a file name of deleteFiles

Weather Monitoring Station with Flood Monitoring System

Submitted by donbermoy on
Microcontroller-Based Weather Monitoring Station with Flood Monitoring System was my thesis in the degree of Bachelor of Science in Computer Engineering. This device made our group awarded as Best Thesis of the Year. The server station was programmed using Mikro-C and the remote station was programmed through Visual Basic.NET and MySQL as backend. I shared this code so that we can actually

Online Help Site (for Consultants and Clients)

Submitted by kariuki on
This website is intended to be used as an online help site .The systems is supposed to create platform for Consultants with various skills to assist clients who need their services . The Admin of the system activates and deactivates the users of the site . Clients submits their queries to consultant of their choice so that their issues can be sorted out . They send messages to each other until the

Bubble Sort in VB.NET Console

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program for bubble sorting using vb.net console. We all know that bubble sort is a sorting algorithm that is repeatedly searching through lists that need to be sorted, comparing each pair of items and swapping them if they are in the wrong order. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Console Application. 2.

Read Data from a Text File using Java

Submitted by donbermoy on
Today, I will teach you how to read data from a text file using Java. We're done with creating files and writing/appending files, so now we will proceed to reading of data from any files but here we just use the text files or .txt file extension. So, now let's start this tutorial! 1. Open Notepad. Put any data in there, for example, i have write " Sourcecodester is the best!". Save it to the same