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 / uday
Interface: Public or default
Abstract Class (Anything ) : public , private or Default
Iam sure about these answears
-uday
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Which is better 64 bit or 32 bit?
Why do we need hashset in java?
Why do we need singleton class?
Why bytecode is called bytecode?
Tell me about your ability to work under pressure
Explain the difference between association, aggregation and inheritance relationships.
State two differences between C and Java.
Differentiate between static and non-static methods in java.
Why declare Main() inside the class in java ?
What technique is carried out to find out if a particular string is empty?
When do you get classcastexception?
What is the java reflection api? Why it’s so important to have?
How is hashcode calculated in java?
Is jdk required on each machine to run a java program?
How do you square a number in java?