Tag Archive : java

Tanvir Hasan B5 Interview Experience (1)

Tanvir Hasan

Software Quality Assurance Engineer – Riseup Labs
Full Stack SDET Batch 5

We are thrilled to present Tanvir Hasan to share his inspiring journey with all of us. A proud graduate of our Full Stack SDET Batch 5. … Read more

An interface in Java is a blueprint of a class. It is similar to class. It is a collection of abstract methods. Since java does not support multiple inheritance in case of class, but by using interface it can achieve … Read more

What is a Variable in Java?

Variable is a data container that stores the data. Every variable has a data type that tells which types of data it can hold. Basically variable is a memory location of the data.

Types

Read more