java console

Point Of Sale System for Restaurant (Java Console)

Submitted by donbermoy on
This Point of Sale System for Santa Klaus Restaurant was programmed in Java Console without any database. The features of the system are the following: - Login - Ordering - Order Information - Customer Information - Billing - Viewing of Dish - Inventory - Filtered all errors Account Information: username: admin password: admin For more inquiries and need programmer for your thesis systems in any kind of programming languages, just contact my number below. Best Regards, Engr.

Bus Reservation and Ticketing System (Java Console)

Submitted by donbermoy on
This Bus Reservation and Ticketing System for Surigao City Bus Terminal was programmed in Java Console without any database. The features of the system are the following: - Login - Monitoring - Passenger's Information - Reservation - View Destination - Billing - Discounts Account Information: username: 1 password: 1 For more inquiries and need programmer for your thesis systems in any kind of

How to get the extension of a file using Java

Submitted by donbermoy on
Today, I will teach you how to create a program that get the extension of a file using java. For example if we input a text file of .txt file extension then the output will be .txt. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of extensionFile.java. 2. Import java.io package.