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 / bhumika
interface can use public and default.and
abstract classes can use all of them including private.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write code of any action class?
What is exception handling in java?
What is the arraylist in java?
Does constructor be static?
Why you should not use singleton?
Can you explain the final method modifier?
What is the use of :: in java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
Program to Find the second largest element in an array.
What the difference is between execute, execute Query, execute Update?
Explain about core java?
What is an abstract class and what is it’s purpose?
Can we override static methods in java?
Can the interface be final?