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

Answer Posted / vijay

Access Specifiers :

1. Private
2. Public
3. Default
4. Protected


Non - Access Specifiers (Access Modifiers):

1. Abstract
2. Final
3. Native
4. Static
5. Synchronized
6. Transient
7. Volatile
8. Strictfp

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Class Libraries ?

587


How many classes can any class inherit java?

504


does java support pointers?

556


What is difference between checked and unchecked exception in java?

564


What are the differences between throw and throws?

521






What is class and object in java?

545


What are the characteristics of java?

518


How many types of memory areas are allocated by jvm?

557


Name container classes in java programming?

586


Can we override constructor in java?

571


Why is java not 100% pure oops?

608


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

2227


What is a local block?

631


What is the old name of java?

499


What is the loop in java?

564