[Link] is an Encapsulation and how can u achieve in java?
[Link] is data hiding and how can u achieve in java? Demonstrate with an example?
[Link] is an Inheritance and how can u achieve in java?
[Link] the types of inheritance with example?
[Link] is diamond problem and explain with an example?
[Link] is a polymorphism and explain its types?
[Link] is method overriding and explain with example?
[Link] is method overloading and explain with example?
[Link] is constructor overloading and explain with example?
[Link] is a upcasting and explain with example?
11. What is a downcasting and explain with example?
[Link] is classcastexception and explain with example?
[Link] is an abstraction?
[Link] can u achieve multiple inheritance with the help of interfaces?
[Link] between Interface and Abstract class?
[Link] out the members can be written inside interface?
[Link] why we have to override toString(),equals and hashCode method? With example?
[Link] strings are immutable in java and explain with example?
[Link] is an exception? And explain its types?
[Link] a program for checked exception?
[Link] a program for unchecked exception?
[Link] between throw and throws?
[Link] between final,finally,finalize.
[Link] about Automatic garbage collector?
25. What is a collection framework?
[Link] is the difference between list interface and set interface?
[Link] is the difference between hashset and treeset?