G C Reddy Information Technology
interview questions for Computer Programming, Databases, Testing and Web Technologies.
Java
Java Interview Questions
Java FAQ 1. What is the difference between private, protected, and public? These keywords are for allowing privileges to components such as java methods and variables. Public: accessible to all classes Private: accessible only to the class to which they belong Protected: accessible to the class to which they belong and any subclasses. Access specifiers [...]
Tags: how can a subclass call a method or a constructor defined in a superclass, Java, java interview question, Java Interview questions
Posted in QTP Training | No Comments »
