Answer Posted / anjani kumar jha
There are four access specifiers are available in java
Public-----------access to all
Private---------limited to class only
Protected---------limited to sub package of class
Default------------limited to same package
| Is This Answer Correct ? | 52 Yes | 10 No |
Post New Answer View All Answers
Which arithmetic operations can result in the throwing of an arithmeticexception?
How can you set an applet’s height and width as a percentage?
How many bytes is a string java?
explain the difference between jdk and jvm?
What are generic methods?
Differences between external iteration and internal iteration?
Is java free for businesses?
Can a static method be overridden in java?
What is method overloading in JAVA? Why is it not present in C ?
Tell me are there implementations for sorting and searching in the java libarary?
What is the basic concept of java?
What are the characteristics of Final,Finally and Finalize keywords.
what r advatages of websphere? & how to deploy?
What is lexicographically smallest string?
what is thread in Java ?