what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / tamanna
access specifier:
an access specifier allows the user to
control the access of classes,methods and fields.
access modifier:
an access modifier specifies the visibility
ofclasses,methods and fiels.
| Is This Answer Correct ? | 19 Yes | 62 No |
Post New Answer View All Answers
What are abstract classes and anonymous classes?
What is assembly condition codes?
Can I uninstall java?
How many digits is int32?
What is formatted output?
How do you sort data in java?
How to sort array of 0 and 1 in java?
how does multithreading take place on a computer with a single cpu? : Java thread
What kind of variables can a class consist?
What are the object and class classes used for?
What is difference between static class and normal class?
What is java dot?
What are the topics in core java?
Can you make a constructor final?
What does split function do in java?