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 equals method in java?
What is bubble sorting in java?
Explain importance of finally block in java?
Can a class be private or protected in java?
What is thread start?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the Class Libraries ?
How do you sort words in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is static keyword?
What is the current version of java?
What is collections framework?
What is balanced tree in java?
What is the scope or life time of instance variables?
What is synchronization and why is it important in java programming?