Overriding in Java in context of design.

Overriding in Java in context of design.
p { margin-bottom: 0.25cm; line-height: 120%; } Overriding in Java in context of design.    While you are going for an Interview for a Lead or Developer role. The interviewer will definitely ask you some questions on Overriding and...

Overloading in java

Overloading in java
In Interview, you can expect a bunch of questions over overloading and believe me those are very tricky, If you are not understand overloading then it will be very tough to crack interview as this is the fundamentals of Java.NB: Many people think overloading...

Understanding Casting in Java

Understanding Casting in Java
Understanding Casting in Java In Java, Casting means to cast a class to another class. This definition has two catch points. a. Can I cast any Java /custom type(class) to another Java/custom type: No You can only cast those classes to one another...

Understand protected modifier in java

Understand protected modifier in java
Understanding most critical access modifier  protected in java? We all know Java has three access modifiers a, public b. protected c. private and four access levels  a.public b. protected c. private d. default among them protected is the...