What are Access Specifiers and Access Modifiers.
Answer Posted / taji
The access-specifier determines the access to the names that follow it, up to the next access-specifier or the end of the class declaration
i.e public, protected and private.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Can we catch more than one exception in single catch block?
What does this () mean in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Can we serialize static variables in java?
what is encapsulation in java? Explain
Where is singleton pattern used?
What is the benefit of lambda expressions?
What is exception handling in java?
Why do we need hashset in java?
How to reverse string in java?
Can we call thread start () twice?
What is the replace tool?
What are the special characters?
Differentiate between == and equals().
What is object of class in java?