
Java – Why do we use “public static void main” only ?
In this article, we will list out reasons why do we use always “public static void main()” in Java Why do we use “public static Read More
In this article, we will list out reasons why do we use always “public static void main()” in Java Why do we use “public static Read More
In this article, we will discuss different types of interface starting from Java 1.0 till Java 1.8 version. 1. interface – before Java 1.8 version Read More
In this article, we will discuss default and static methods that can be added to Interface from Java 1.8 version 1. Quick background about Java Read More
In this article, we will cover some of the interview questions with their justification on Java 8 interface These are most frequently asked interview question Read More
In this article, we will cover some of the interview questions with their justification on Java interface These are most frequently asked interview question from Read More
In previous article, we have seen and learnt that defining constructor inside interface is not allowed and compiler throws error stating below reason Interface in Read More