What is default specifier ??? Use of default specifier ???
Answer Posted / malli
default specifier:
with out mention any access specifier (private,
public,protect) is called default specifier.
ex://default// class Manager
{
}
use:
we can assign any default access specifier to particular
classes those classes we can use with in same package.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When to use runnable interface vs thread class in java?
why java does not support unsigned keyword?
why an outer class cannot be declared as private?
How large is a boolean?
How do generics work in java?
Explain the importance of join() method in thread class?
What is static variable with example?
How to invoke external process in java.
What is Java Package and which package is imported by default?
Why constructor has no return type?
How do you sort objects in java?
Can a constructor be protected?
How does multithreading take place on a computer with a single cpu in java programming?
Does variable declaration allocate memory?
Explain the difference between an Interface and an Abstract class?