What are Access Specifiers and Access Modifiers.
Answer Posted / ravikiran(aptech mumbai)
access specifies will specify the scope of the member access.
public
protected
private
default
access modifier will support the functionality of a method
abstract
final
native
synchronized
static
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method in java programming?
What is ide with example?
Can we create a class inside a class in java?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Is finalize() similar to a destructor?
How do I start learning java?
How do you compare two strings lexicographically?
Can size_t be negative?
Explain about automatic type conversion in java?
What do you understand by the term string pool?
Is main an identifier?
How will you compute size of a structure?
How to perform quicksort in java?
How many types of design patterns are there?
What are the various access specifiers in java?