What are Access Specifiers and Access Modifiers.

Answer Posted / praveen pandey

Access specifiers are used to grant permissio to access
datamembers,property of classes and methods from others.
Public,private,protected,protected Internal,default.

But modifiers are useing support the functionality of a
method.
static,final,synchronized,abstract.

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is general methodology?

571


What is skeleton and stub? What is the purpose of those?

540


What are the advantages of assembly language?

503


What is flush buffer?

521


Explain Basics of OOP Language in java

592






Explain the importance of finalize() method.

569


What invokes a thread's run() method in java programming?

571


Can you run java program without main method?

545


What does string [] args mean?

543


What are the important features of Java 10 release?

511


Explain abstract class in java?

558


How do you end a program?

552


What is the difference between the direct buffer and non-direct buffer in java?

545


Why array is used in java?

517


What are the data types supported by java? What is autoboxing and unboxing?

549