Airline Reservation System (Java + MS Access)

Submitted by donbermoy on
This is an Airline Reservation System programmed in Java programming language and MS Access as database. Features of the system: - Store Passenger Information - Choose Flight Origin and Destination - Billing - Accommodation - Search, Edit, Update, and Delete of Flight Information Account Information: Username: Don Password: 1234 For more inquiries and need programmer for your thesis systems in any

Calendar Application in Android

Submitted by donbermoy on
This is my sample Calendar Application written in B4A (formerly Basic4Android). This app is useful as resources to your projects and in thesis making. This app can be used for reminders, adding notes to the date, create events, and many more. This is really a useful app when making a concerned event applications. Install MyCalendar.apk to your android phone to run the app. The apk file is on the object folder. For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

For Loop in Java

Submitted by donbermoy on
This tutorial will teach you how to use for loop in java. A For Loop is used to iterate through a condition a certain amount of times. I used this type of looping when I know how many times a task is to be repeated. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of sampleForLoop.java. 2.

Data Types in Java

Submitted by donbermoy on
This tutorial will teach you how to understand what are the variables in java. A data type refers to the type of data that can be stored in a variable, means that a variable needs a data type to save space in the memory for allocation. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of variables.java. 2. Now, we will initialize variables with their own data types in java. An int data type contains a whole number.

Database Information System in Java

Submitted by Bhaumik Mistry on
This project is database information system using java. It is connected to ms access database to the jdbc/odbc driver. You will learn how to save, edit delete and create new transactions in this system. The user can also view records using next, previous, first and last buttons. This is easy to used system. Hope you learn from this.

Load and Play a MIDI Sound File in Java

Submitted by donbermoy on
This tutorial will teach you how to create a program that will load and play a MIDI sound file in java. We all know that MIDI or Musical Instrument Digital Interface) is a sound designed for recording and playing back music on digital synthesizers that is supported by many makes of personal computer sound cards. It has .mid extension file. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of playMIDI.java. 2.