Java Course Outline

NEW Java Course Outline [2022] Course Description Java is a programming language that gives programmers the ability to build reliable, efficient programs. Because Java is platform independent, applications created in it can run on any kind of computer. From simple…

Odd, Even number checker in Java

Odd, Even number checker in Java A java program that wil determine if the number entered by the user is an odd or even number. The java program has two versions the gui and the console based program. The gui…

Basic Math Functions in Java

Basic Math Functions in Java This java program is written in console and gui format. The program will demonstrate the basic mathematical operators (add, minus, divide and multiply). It has also a do while loop which allows the user to…

High, Low number checker in Java

High, Low number checker in Java This sample java program will determine the highest and the lowest number entered by the user. The program will ask the user to enter 3 numbers and the program will display which is the…

Area of Rectangle Solver in Java

Area of Rectangle Solver in Java It is a very simple program intended for beginners who wants to learn java programming language. The program will computer for the area of a rectangle, the user will be ask to enter the…

ComboBox in Java

ComboBox in Java A gui program in java that demonstrate how to add a combo box in a window. The program uses swing library. JComboBox is one of the component of swing library.

Posts navigation