what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / sreenivasarao
access specifier : it will define scope
access modifier : it will define behaviour
| Is This Answer Correct ? | 28 Yes | 14 No |
Post New Answer View All Answers
How use .contains in java?
How to use string tokenizer class.
What is string subsequence method?
Can a constructor call the constructor of parent class?
Write a program to search a number in the given list of numbers.
Is array primitive data type in java?
Is heap stored in ram?
What is meant by polymorphism?
Can we make a constructor final?
How does linkedlist work in java?
What is java util function?
Can we override the private methods?
What is the purpose of an interface?
Can we use static class instead of singleton?
What are the drawbacks of singleton class?