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
Explain when noclassdeffounderror will be raised ?
Is string passed by reference in java?
What is the use of callablestatement?
What do you mean by global variable?
Can you achieve runtime polymorphism by data members?
Is java programming easy?
What is the use of bufferedreader?
What is ascii code?
What is difference between path and classpath in java?
What is the use of put method?
how to create constants in java?
What is java util list?
What is the difference between stringbuffer and stringbuilder class?
Can a lock be acquired on a class in java programming?
What is treeset and treemap in java?