What are Access Specifiers and Access Modifiers.
Answer Posted / praveen pandey
Access specifiers are used to grant permissio to access
datamembers,property of classes and methods from others.
Public,private,protected,protected Internal,default.
But modifiers are useing support the functionality of a
method.
static,final,synchronized,abstract.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Can an interface have a constructor?
What is meant by object?
What is the difference between hashset and treeset in java?
What does mean in regex?
What is finally in Java?
What is complexity in java?
What are the legal operands of the instanceof operator?
Which programming language is most secure?
What is the difference between compile-time polymorphism and runtime polymorphism?
Why java is considered dynamic?
What's the base class in java from which all classes are derived?
Which variables are stored in stack?
How do you reverse a word in java?
What is the use of parseint in java?
What are conditionals and its types?