Static block in Java
In this tutorial, we will learn about Static block in Java. A very important thing about the static block is the […]
Static block in Java Read More »
In this tutorial, we will learn about Static block in Java. A very important thing about the static block is the […]
Static block in Java Read More »
In this tutorial, we will learn about Instance block in Java. Instance blocks are used to initialize instance variables of
Instance block in Java Read More »
In this tutorial, we will learn about static keyword in Java. The main motive of the static keyword in Java is memory management. We
Static Keyword in Java Read More »
In this tutorial, we will learn about String in Java. Some students think String is a primitive data type like int
In this tutorial, we will learn about Methods in Java. A method is a small piece(block) of code which can perform
In this tutorial, we will learn about Arrays in Java. Till now we learned about variables. We know in a variable we
In this tutorial, we will learn about Comments in Java. Comments are not used to perform any function in the program
In this tutorial, we will learn about Jump expressions in Kotlin. The main use of all these three jump expressions
Jump expressions in Kotlin Read More »
In this tutorial, we will learn about Loops in Kotlin. Loops are used to run a piece of code several
In this tutorial, we will learn about when operator in Kotlin. When operator is work same as Switch statement of
When operator in Kotlin Read More »