Java Interview Questions | JournalDev
Why Java Doesn't support multiple inheritance and Composition vs Inheritance
One of the mostly asked question is why java doesn't support multiple inheritance and why should we prefer composition over inheritance. A post with detailed explanation of multiple inheritance and issues with inheritance that make composition a better approach.
Java Tricky Programming Questions
Some tricky questions to test your programming skills, also check out java tricky code snippets.
Java 7 Catch Block
Java 7 catch block has been improved to catch multiple exceptions in a single block, a good improvement for making our catch block code small when we needed to catch a lot of exceptions.
Read full article from Java Interview Questions | JournalDev
No comments:
Post a Comment