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
How to store image in arraylist in java?
Why wait and notify methods are declared in object class?
When do we need to use internal iteration? When do we need to use external iteration?
What are the main uses of java?
Can extern variables be initialized?
what do you mean by marker interface in java?
What is a line break example?
Explain the use of sublass in a java program?
Can we have a try block without catch block?
Which is better arraylist or vector?
How to split a string in java?
Can sleep() method causes another thread to sleep?
Which is bigger double or float?
What is not object oriented programming?
What is difference between variable declaration and definition?