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
What is :: operator in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
How many bytes is a string?
What is lambda in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Give reasons supporting that string is immutable.
What is api in java?
What is the difference between throw and throws keywords?
What are the basic concepts of OOPS in java?
Can you inherit from an abstract class java?
What is the default access specifier for variables and methods of a class?
What is an immutable object?
Write the algorithm to check the number non-leaf nodes in a tree.
What does @param args mean in java?