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
How can we make copy of a java object?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Why is multiple inheritance not supported in java?
What are static variables and functions?
Can you give few examples of final classes defined in java api?
How can we find the sum of two linked lists using stack in java?
Explain about static nested classes in java?
What is the difference between super class & sub class?
Can a class be defined inside an interface?
What is blank final variable?
What is a constructor, constructor overloading in java?
What is a variable declaration?
Are arrays primitive data types?
What is jee6?
How to convert string to byte array and vice versa?