what are the different access specifiers that can be used
by interfaces and abstract classes? can anyone give me
detailed description on this
Answer Posted / lydia fernandes
Interface: Public or default
Abstract Class (Anything ) : public , private or Default
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is an object null?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Explain java coding standards for classes or java coding conventions for classes?
What is keyword in oop?
Is java a compiler?
Can a static class have a constructor java?
Give example to differentiate between call by value and call by reference.
Give a brief description of java socket programming?
What is meant by polymorphism?
What is port number in java?
What is gc()?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What are the special characters?
What are the advantages of java?
Will the jvm load the package twice at runtime?