what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / jessie
Access specifiers are public,private and protected.By default it is default.Access specifiers provides the scope and visibility of class,method and variable.
Access modifiers are those(static,final,abstract,transient..etc) which modifies the visibility provided by access specifiers...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If a method is declared as protected, where may the method be accessed?
What is anti pattern in programming?
Is singleton thread safe in java?
How will you initialize an Applet?
how we can make a read-only class in java?
Is java a super set of javascript?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is generics in java interview questions?
When should you use arraylist and when should you use linkedlist?
What's the access scope of protected access specifier?
Can we use a default constructor of a class even if an explicit constructor is defined?
What is fail fast in java?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
What is the main functionality of the remote reference layer?
Explain the significance of listiterator.