Pergunta de entrevista da empresa Australian Local Search

1. What is encapsulation? 2. What is the difference between abstract and interface? 3. Can you write method body in an interface?

Resposta da entrevista

Sigiloso

31 de ago. de 2016

Be careful about this question (3), normally this is not possible. But they mean JDK8 which actually makes it possible using the default method.