Java Swing Framework Point of Sale for Fast Food How the project works The project entitled Point of Sale System is an information system that manages the product records, sales and inventory of a company. The said system will be…
Java
Java free source codes, lessons and tutorials
iFan: Mobile Based Ceiling and Electric Fan Control System using Arduino
iFan: Mobile Based Ceiling and Electric Fan Control System using Arduino The project is a system that will be able to monitor ceiling and electric fans activities whether the fan is active, inactive, and also for monitoring the room temperature.…
Mobile Based (Android, IOS) Faculty Evaluation with Online Admin Panel
Mobile Based (Android, IOS) Faculty Evaluation with Online Admin Panel Introduction Academic Institutions value the quality of the teaching. It is very important to encourage the faculty members to understand the concept of effective teaching, to use those approaches, to…
Information Kiosk System For College Activities
Introduction Info Kiosk can make a great way in updating students of any activities of school campus. Now a days, common problems faced by the student are lack of information in updating their different activities. So with the help of…
Java while and the do while loop statements
The while and the do while statements in Java Programming. We will introduce you to other types of looping statement in Java (while and do while loop). while loop while loop is a control structure in Java that executes a…
Java Programming for loop statement
Hi there! This next lesson will be on understanding for loop in Java Programming. The for loop statement This type of loop will repeat Java statements for a specific number of times.
Learning Switch Statement in Java Programming
Welcome to our next Java lesson and in this lesson we are going to learn about the switch statement. What is a switch statement? A switch statement is just like if else if statement the difference is that there is…
Java If, If Else, If Else If Statement
Java If, If Else, If Else If Statement This Lesson will teach us one of the control flow statements in Java programming: the if statement. Just like every other programming language the if statement in Java is one way form…
Comments in Java Programming
In this Java tutorial, we are going to learn about creating comments. Comments in programming do not change the functionality or how your program works but it plays an important role in documentation of your program. There are 3 types…
Java Lesson about Variables
Hi everyone, welcome to our next lesson in Java. This lesson is about variables in Java. We will learn the following in this lesson: Naming convention of variables in Java How to declare a variable How to initialize and assign…