What are Access Specifiers and Access Modifiers.
Answer Posted / nisreen
Access specifiers are public,private,protected and default
static.
| Is This Answer Correct ? | 34 Yes | 14 No |
Post New Answer View All Answers
What is the difference between variable declaration and variable initialization?
What is the size of int in 64-bit jvm?
What is mutable object and immutable object?
What is a superclass?
What is the use of private static?
Is constructor inherited?
Can we call virtual funciton in a constructor ?
Are constructors methods?
How many bits are in a sentence?
What is byte [] in java?
Explain thread life cycle in java?
What is the difference between yield() and sleep()?
Explain about collection interface in java?
Can a final method be overloaded?
What is arrays sort in java?