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
What is var keyword ?
What is a vector in java?
Is object a data type in java?
How can you generate random numbers in java?
State the merge-sort principle and its time complexity.
How variables are declared?
How do you differentiate abstract class from interface?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is mnemonic in assembly language?
What does jenkins do?
What is the class in java?
How do you implement polymorphism in our day to day life?
What variables are stored in stack?
What is the purpose of skeleton and stub?
Are strings immutable in java?