What are Access Specifiers and Access Modifiers.
Answer Posted / praveen pandey
Access specifiers are used to grant permissio to access
datamembers,property of classes and methods from others.
Public,private,protected,protected Internal,default.
But modifiers are useing support the functionality of a
method.
static,final,synchronized,abstract.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is <> used for in java?
What are abstract classes and anonymous classes?
How do you write a scanner class in java?
Difference between arraylist and hashset in java?
What is the requirement of thread in java?
What are the two environment variables that must be set in order to run any java programs?
Which variables are stored in heap?
What is a file pointer?
What is a double vs float?
What is final int?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Explain the difference between jvm and jre?
What is ctrl m character?
Is there any difference between synchronized methods and synchronized statements?
how its run?