what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / shyam
There is not a great deff between Access Specifiers &
Modifiers. we can say that both are same. if you talking
about that access specifier are that public, protected,
default, private, And modifiers are finaly, abstract,
static, Syncronized etc. at that point of veiw u r wrong.
As there are two type of access specifiers its means that
there are two types of modifiers. they are .........
a) java access Specifiers(Modifiers).
b) Non access Specifiers (Modifiers).
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How do you make an arraylist empty in java?
List some important characteristics on jre
How do I compare two strings in word in java?
If you are given the name of the function at run time how will you invoke the function?
What is ascii code?
How do singleton patterns work?
What is a newline character in java?
Explain about strings in java?
Explain scope or life time of local variables in java?
Can a class be declared as static?
Which is dependent variable?
What is method reference in java?
What is number data type in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Define array. Tell me about 2-D array.