what is the Diff. between Access Specifiers and Access
Modifiers?

Answer Posted / jiggi

Class Modifiers / Member Modifiers

Modifiers :
public protected private
abstract static final synchronized native strictfp

The access modifiers are public, protected and private

The modifier (non Access modifiers) abstract static final synchronized native strictfp

Modifiers are also called as Specifiers

Ref :Java language Specification 8

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does multithreading take place on a computer with a single cpu?

530


What is scope & storage allocation of global and extern variables? Explain with an example

575


How do you decide when to use arraylist and linkedlist?

528


What are the types of web technologies?

517


What is the internal implementation of set in java?

495






Can you declare an interface method static?

578


What are the disadvantages of object oriented programming?

586


What is enhanced loop in java?

540


What is the difference between multiple processes and multiple threads?

570


How do you sort arrays in java?

517


placement papaers of spring computing technology

1020


What is hash in java?

508


What is method overloading in JAVA? Why is it not present in C ?

584


What class allows you to read objects directly from a stream in java programming?

504


what is function overloading in java?

688