1. What is encapsulation? 2. What is the difference between abstract and interface? 3. Can you write method body in an interface?
Sigiloso
Be careful about this question (3), normally this is not possible. But they mean JDK8 which actually makes it possible using the default method.