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


Please Help Members By Posting Answers For Below Questions

What is a short in java?

504


What is the difference between access specifiers and access modifiers in java? 16

537


What does int argc char * argv [] mean?

518


What are the changes in java.io in java 8 ?

558


Is array size fixed in java?

542






How listener identify that the event came from a particular object?

1472


How to compare two strings in java program?

675


What is the difference between dom and sax parser in java?

533


What is the difference between a window and a frame in java programming?

596


What is a java applet? What is an interface?

635


how to write a server program and sending the mails to the server using smtp protocol please help me

1551


What is callable java?

558


What is variable length arguments in java?

518


Tell us something about an iterator.

550


What are the advantages of passing this into a method instead of the current class object itself?

1174