
Python Identifiers and Reserved keywords
In this article, we will discuss identifiers & reserved keywords in Python in detail Identifiers : name used to define variable for example, x=10 name Read More
In this article, we will discuss identifiers & reserved keywords in Python in detail Identifiers : name used to define variable for example, x=10 name Read More
In this article, we will discuss super keyword in Java super keyword in java is used to refer immediate parent-class‘ properties/attributes/variables, method and constructor Usage Read More
In this article, we will discuss this keyword in Java this keyword in java is used to refer the current instance of the class 1. Read More
In this article, we will discuss static keyword in Java. static keyword falls under non-access modifier category Advantage :- Use of static helps in efficient Read More
In this article, we will cover some of the interview questions with their justification on final keyword in Java These are most frequently asked interview Read More
In this article, we will discuss final keyword in Java. final keyword falls under non-access modifier category final keyword can be used with Variable Method Read More
In this article, we will learn instanceof operator or keyword in Java and understand how it’s help to avoid ClassCastException during type casting rather to Read More