what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / subhadip
"Public" is both a access specifier and access modifier.
What is the difference here?
| Is This Answer Correct ? | 23 Yes | 62 No |
Post New Answer View All Answers
What is a Presistent Object?
What is pre increment and post increment in java?
how we can create packages in java?
How many bits are in a sentence?
What does g mean in regex?
What is numeric data type?
What are class types in java?
What are different exception types exceptions available in java ?
What does the “static” keyword mean? Can you override private or static method in java?
how does multithreading take place on a computer with a single cpu? : Java thread
What is array sorting in java?
What is the difference between iterator and enumeration ?
What are checked exceptions?
What is an argument in java?
How do you reverse a string in java without using string buffer?