Skip to content

java

java-tutorial

Serialization in java

Reading Time: 2 minutes

Serialization in java provides a thing known as  object serialization.It means that an object can be represented as a sequence of bytes which includes object data as well as information about the object type and information of data stored in object.Classes ObjectInputStream and ObjectOutputStream are high level streams  which is defined for serializing and deserializing an object.Read More »Serialization in java

abstraction

Abstraction in java

Reading Time: 2 minutes

Java Abstraction:

1.Is one which make a class abstract in object orient programming. It means it provides only essential features for a certain program when needed.

Read More »Abstraction in java

java-tutorial

Interface in Java

Reading Time: 2 minutes

Step 1:Methods form the object’s interface with the outside world; the buttons on the front of your television set, for example, are the interface between you and the electrical wiring on the other side of its plastic casing. You press the “power” button to turn the television on and off.

Read More »Interface in Java

java-ide

Top 10 Java IDE – a Comparison

Reading Time: 2 minutes

Top 10 Java IDE – a Comparison

JavaScript can be depicted as the backbone of development of dynamic websites across the world. Thousands of developers across the world are making optimum use of these scripts for writing dynamic sites that can cater a huge number of users and clients at the same time. JavaScript cannot be used alone for writing websites; they need another programming language like HTML or CSS for combination of dynamic and static codes. JavaScript with HTML code can be used to write mobile applications as well. The recent developments like Node.js have made it easier for the developers to solve new challenges with great ease and grace.

Read More »Top 10 Java IDE – a Comparison