category

home / developersection / category

Inheritance in Java: Single-level and Multi-level Inheritance
java 16-May-2016
Inheritance in Java: Single-level and Multi-level Inheritance

When a class inherits from a single class, as in the case of BankAccount inheriting from Asset, it is called single-level inheritance or simply single inheritance.

Arrays in Java: Determining Class of an Array (Part-8)
java 13-May-2016
Arrays in Java: Determining Class of an Array (Part-8)

In previous posts, we have learnt how to find the length of the arrays and how to clone an array. Now here we learn how to find out the class of an array.

Arrays in Java: Cloning an Arrays (Part-7)
java 13-May-2016
Arrays in Java: Cloning an Arrays (Part-7)

To make a copy of an array, we call the clone method on the array object. This is illustrated in this implementation:

Arrays in Java: Determine Length of Arrays (Part-6)
java 13-May-2016
Arrays in Java: Determine Length of Arrays (Part-6)

When we declare an array in Java, it is treated as an object of an internal class that defines useful attributes and methods.

Arrays in Java: Non-Rectangular Arrays (Part-5)
java 13-May-2016
Arrays in Java: Non-Rectangular Arrays (Part-5)

So far we have seen the declaration and use of rectangular arrays. Java allows us to create non-rectangular arrays.

Arrays in Java: Multidimensional Arrays (Part-4)
java 13-May-2016
Arrays in Java: Multidimensional Arrays (Part-4)

Multidimensional arrays, as the name suggests, contain more than one dimension. You can create two-dimensional, three-dimensional, and n-dimensional arrays in Java (where n is any natural number).

Arrays in Java: Array Initializations (Part-2)
java 13-May-2016
Arrays in Java: Array Initializations (Part-2)

In my previous post, we have already learned how to declare an array, allocate the space for its elements, and how to modify and access its elements. Now we learn how to initialize a java array.

Arrays in Java: Part 1
java 12-May-2016
Arrays in Java: Part 1

We create arrays when we want to operate on a collection of variables of the same data type or pass them all around together.

Arrays in Java: The for-each loop (Part-3)
java 12-May-2016
Arrays in Java: The for-each loop (Part-3)

In my previous posts, we have seen how to declare an array, allocate the space for its elements, and how to modify and access its elements.

Arrays in Java: Array Initializations (Part-2)
java 12-May-2016
Arrays in Java: Array Initializations (Part-2)

In my previous post, we have already learned how to declare an array, allocate the space for its elements, and how to modify and access its elements. Now we learn how to initialize a java array.

Java SE 8
java 12-May-2016
Java SE 8

In 2014, Oracle Corporation released Java 8 on 18 March, which was another milestone release for the Java ecosystem.

Java SE 7: Codename Dolphin
java 12-May-2016
Java SE 7: Codename Dolphin

Java SE 7 was released on 7 July 2011. Java SE 7 is the major release to the Java SE platform, which came a long time after its previous release