Interview questions about Java design principles/core concepts
Anonymous User
1112

I recently interviewed at Morgan Stanley, there were questions about java design principles-
For example:
Why multiple inheritence is not allowed through abstract classes, but is only allowed through interfaces?
How does using an interface in Java solve the diamond problem?
How does Java achieve OOPs?

Can you please suggest any good resources to prepare for such questions about core java concepts

Comments (2)