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
Can you declare a private method as static?
What is difference between class and object in java?
Does isempty check for null?
What are different types of multitasking?
What is complexity and its types?
What does those terms actually mean included in the j.d.k i.6?
What does substring mean?
Explain method local inner classes ?
What is valid keyword in java?
How does map works in java?
What is use of static method?
What is formatted output in java?
How can we create an immutable class in java?
What is bytecode verifier?
What state is a thread in when it is executing?