SCJP/OCJP

The static and non-static blocks are used as a member, in a class, both of these have their specific use in Java language. In this section we will talk about few important points about these two type of blocks

Everybody knows the instanceof operator, funny that an operator always like a symbol , but this one is not in ,Java. instanceof is pretty known, if you already know the language,but there are some less known fact which I am going to cover later in this section ,

Overriding a method in Java is one of the main building block of writing object orientation code. In this tutorial we will learn the basic rules and test our knowledge with a quiz