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 difference between yielding and sleeping in java programming?
What are the high-level thread states in java programming?
What is the difference between int and integer in java?
What is a java developer salary?
What is the use of flag?
what do you mean by java annotations?
When the constructor of a class is invoked?
Can we use string in switch case in java?
What are keywords in java?
What is parsing in grammar?
Is integer a class?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
explain what is transient variable in java?
How do I remove a character from a string in java?
Is array serializable java?