What are Access Specifiers and Access Modifiers.
Answer Posted / j.maharajan
Access Specifiers are public,private,protected and default.
Access Modifiers are
static,final,volatile,synchronized,transient,native.abstract.
| Is This Answer Correct ? | 45 Yes | 10 No |
Post New Answer View All Answers
What is the default value of float and double datatype in java?
Can singleton class be inherited in java?
What is finalize method?
What does s mean in regex?
What are the drawbacks for singleton class?
Explain about member inner classes?
What is heterogeneous in java?
Write a java program to generate fibonacci series ?
How do you test a method for an exception using junit?
Why multiple inheritance is not supported by java?
Can we extend a class with private constructor?
What are the advantages of java?
What is an array in java?
If two threads have same priority which thread will be executed first ?
What are accessor methods in java?