what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / pandian.r
Access Specifier are used to specifiy how the member
variable ,methods or class to other classes.They are
public ,private and protected.
Access Modifier:
1.Access
2.Non Access
Access:
public ,private,protected and default.
Non Access:
abstract,final,native,static,synchronized,transient,volatile
and strictfp
Is This Answer Correct ? | 161 Yes | 68 No |
Post New Answer View All Answers
What does isempty () do in java?
What is private protected in java?
What is udp in java?
Why wait and notify methods are declared in object class?
What is the purpose of assert keyword used in jdk1.4.x?
Which number is denoted by leading zero in java?
Convert a BST into a DLL and DLL to BST in place.
What is constructor chaining and how is it achieved in java?
Does collectionutils isempty check for null?
Write a code to create a trigger to call a stored procedure
What are the different types of collections in java?
What are runtime exceptions?
Why stringbuffer is faster than string?
what is nested class in java?
what is deadlock? : Java thread