Inheritance in Java

In this blog explain what is Inheritance, How to use inheritance & Types of Inheritance. Inheritance:- An object of one class behaving as an object of another class. In Java,…

Data types in Java

Before we discuss Java data types, programming languages categorized into two types there are, Statically typed programming languages Dynamically typed programming languages Image referred from: https://nosleepjavascript.com/javascript-is-best/ Statically typed programming languages…

Java Interview Questions

This blog explain about Java Interview Questions. Basic Java Interview Questions. 1. What is Java? 2.  Explain about Java Virtual Machine?  3. What are the features of Java? 4. How…