java
Java Interview Questions and faq’s…daily updated
Q:What is the difference between an Interface and an Abstract class? A:An abstract class can have instance methods that implement a default behavior. An Interface can only declare constants and instance methods, but cannot implement default behavior and all methods are implicitly abstract. An interface has all public members and no implementation. An abstract class [...]
Read Full Post | Make a Comment ( None so far )SCJP faq
The following links may clear some of the common doubts about SCJP Exam. I am planning to add some additional Frequently Asked Questions not listed in the following links. So please check this page often to get the updated FAQ.
SCJP Certification FAQ
Deepak’s SCJP2 Certification FAQ.
http://deepak.htmlplanet.com/certi.html#one
A very good SCJP2 certification faq from [...]