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
Is finalize() similar to a destructor?
What is the function of character?
What kind of variables can a class consist?
Is a method a procedure?
What is a method in programming?
What are passing parameters?
What is static keyword?
Is it necessary that each try block must be followed by a catch block?
what is thread? : Java thread
How many types of design patterns are there?
what is heap memory?
Why volatile is used in java?
Why does java have two ways to create child threads?
What is meant by data hiding in java?
What is nextline method in java?