what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / skk
There is no difference between Access Modifiers and Access
Specifiers. Its just different names for the same Stuff.
| Is This Answer Correct ? | 10 Yes | 60 No |
Post New Answer View All Answers
Can singleton class be serialized?
What is a method declaration?
what is object-oriented programming in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Is there a jre for java 11?
What are the types of strings?
How will you add panel to a frame?
Explain wait() method of object class ?
Can you declare an interface method static?
What is comparable and comparator interface? List their differences
What are Normalization Rules? Define Normalization?
Can we pass a primitive type by reference in java? How
Why singleton pattern is better than creating singleton class with static instance?
What is main in java?
What is java reflection api?