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
Can a boolean be null java?
What is the disadvantage of synchronization?
What does sprintf return?
What is methods and methodology?
How many types of variables are there?
Explain about assignment statement?
What sorting algorithm does javascript use?
When should the method invokelater() be used?
what is recursion in java
Define reflection.
What is difference between word and integer?
What is a dynamic array in java?
How do you declare an array that will hold more than 64KB of data?
Can we override the static method?
Why are functions called methods in java?