How can a class be accessed, If no access modifiers are
declared?
Answer Posted / banti
If a there is no access modifier specified to a class it
takes the access modifier as Default. This means the class
which has Default Access modifier can be accessed from
other classes defined in the same package.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the new features in java 8? Explain
What are the procedures?
How do you sort in ascending order in java?
is there a separate stack for each thread in java? : Java thread
What is the synonym of string?
How are variables stored in memory?
Where will it be used?
What is += mean in java?
Differences between C and Java?
What are the types of web technologies?
What do you know about java?
What does \ mean in regex?
What is the difference between the size and capacity of a vector?
Can you explain the private protected field modifier?
What are the important features of Java 9 release?