what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / pandian
Access specifier are public,
private, or protected.
Access modifiers are public,
private, protected or default.
| Is This Answer Correct ? | 52 Yes | 534 No |
Post New Answer View All Answers
What is the nested interface?
What happens if an exception is not handled in a program?
What are peerless components in java programming?
Why volatile is used in java?
How does arraylist size increase in java?
How do you use spaces in java?
Is singleton class thread safe?
What are internal variables?
Why do people says “java is robust”?
Can a function return a function?
write a program that list all permutations of ABCDEF in which A appears before B?
What is difference between printf and scanf?
What is lazy programming?
What is final int?
Write a program to solve producer consumer problem in java?