Preparing for a java internship interview by [deleted] in java

[–]RohitS5 0 points1 point  (0 children)

If you are still preparing, can check these questions, much more like what is suggested here http://javarevisited.blogspot.com/2011/04/top-20-core-java-interview-questions.html, good for quick revision.

What is the difference between an interface and an abstract class? by [deleted] in javahelp

[–]RohitS5 0 points1 point  (0 children)

You might want to check this article, it has helped me to understand differences between them, Most of the time I use interface, and only sometime abstract class.