java

Inheritance

Submitted by admin on

What is inheritance?

Inheritance is a process which allows inheriting the methods and properties of parent or super class.

OR

Deriving an object from an existing class (super class)

Classes in Java

Submitted by admin on

Class

In Object Oriented programming, “class is a blue print that is used to create objects”
A class is a collection of things that share common attributes like class of students.

Some characteristic of a class

Introduction to Java

Submitted by admin on

 

Java was developed in the year 1991 and was formally announced in 1995. Basically, java is based on C and C++. The character of java is inherited from both of these two languages. Syntax of java is related to C and Object Oriented facial from C++.

Now java is used to create web sites including interactive content, iphone applications, applications for devices like pagers and cell phones etc.

Key Features of Java

Multiplication Table Version 1.0

Submitted by jakerpomperada on
It has been a while since I publish a new code in Java for sourcecodester.com maybe many of my avid visitors in this site wondering why I more focusing in Visual Basic instead of Java my main reason is that I want to expand my knowledge in computer programming so I learned and venture in Visual Basic but I can't deny the reality that my first love is Java so I republish my code in Java I called it

Names Selector Version 1.0

Submitted by jakerpomperada on
About this code I called it Names Selector Version 1.0 written entirely in Java. This is a simple program to show how to use and manipulate arrays and demonstrate how to use built in string libraries in Java to convert string from lower case to upper case and to reverse the arrangement of letters in a string. I intended this code for beginners in Java programming. I hope this simple program

Simple Employee Payroll System Version 2.0

Submitted by jakerpomperada on
About this code I called it Simple Payroll System Version 2.0 it is a database driven application I wrote in Java. The Front End is Java and the depository of Data is MS Access as the Back End. It have also navigational buttons to navigate records in the Database. I have also incorporate compute button to perform calculation. This code is very useful for those you are new in JDBC programming in