Category Java

Scientech Easy welcomes you in the Java tutorial category. We have designed this tutorial series for beginners, students, and professional developers who want to learn Java programming from basic to advanced levels. Here, you will find easy-to-understand Java tutorials, practical example programs, interview questions, and quizzes.

So, let’s start to understand Java concepts one by one with these tutorials.

Superclass and Subclass in Java

In this tutorial, we will understand the concepts of superclass and subclass in Java with the help of various examples. What is Inheritance in Java? Inheritance is one of the most powerful features of object-oriented programming (OOP) in Java. It…

Difference between Class and Interface in Java

In the previous tutorial, we have explained the difference between abstract class and interface, which is one of the most popular questions in an interview. Now let’s understand the difference and comparison between class and interface in Java. In fact,…

Type Conversion and Casting in Java

Automatic type conversion in Java

The process of converting a value from one data type to another is known as type conversion in Java. Type conversion is also known as type casting in Java or simply ‘casting’. If two data types are compatible with each…