What are Access Specifiers and Access Modifiers.
Answer Posted / ravikiran(aptech mumbai)
access specifies will specify the scope of the member access.
public
protected
private
default
access modifier will support the functionality of a method
abstract
final
native
synchronized
static
| Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
How objects of a class are created if no constructor is defined in the class?
What is a double vs float?
Does java linked list allow duplicates?
Can we have return statement in finally clause? What will happen?
What is __ init __ functions?
Explain the difference between serializable and externalizable in java?
Can a class have an interface?
Define canvas?
What is a substring of a string?
Explain different types of wrapper classes in java?
Why do people says “java is robust”?
How do you represent a space in regex java?
Describe how to implement singleton design pattern in struts.
What do you mean by exception handling in Java?
Can a class extend 2 classes in java?