Advanced Object Oriented Concepts
Advanced Object Oriented Concepts 1. What is Polymorphism? Polymorphism is defined as “Same Code” giving “Different Behavior”. Let’s look at …
Advanced Object Oriented Concepts 1. What is Polymorphism? Polymorphism is defined as “Same Code” giving “Different Behavior”. Let’s look at …
Object Oriented Programming 1. What is a Class? A class is a Template. A class defines state and behavior that …
Java Strings 1. Why Strings are immutable? String literals are stored in String pool. If a new string is created …
General Questions 1. How Java achieves Platform Independence? When we compile a java file, we get a class file which …