English English
All tutorials and information related to Java, JSF and frameworks that are used in Java programming.    

Arrays in Java

An array is a data structure which stores a fixed-size sequential collection of elements of the same type. An array can be accessed by an index. Example: numbers[2], numbers[3],...
Read more ...

Inheritance in Java

In Java you can make classes inherit properties(methods, variables, etc.) of another class. Classes that inherit properties are called sub classes (child classes) and classes that are inherited from are called superclasses. A subclass can only inherit one superclass.
Read more ...
We use cookies on our website. They are essential for the operation of the site
Ok