What is default specifier ??? Use of default specifier ???
Answer Posted / prativa mohapatra
Java provides a default specifier which is used when no
access modifier is present. Any class, field, method or
constructor that has no declared access modifier is
accessible only by classes in the same package. The default
modifier is not used for fields and methods within an
interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain 5 io best practices?
What is the difference between preemptive scheduling and time slicing in java programming?
How do you use compareto method?
What is the difference between access specifiers and access modifiers in java? 16
What is the difference between numeric and integer?
What is percentage in java?
How do you convert string to int in java?
How is tree Mirroring implemented?
Define how destructors are defined in java?
Can It is possible to synchronize the constructor of a Java Class?
Can we convert integer to string in java?
What is the Concept of Encapsulation in OOPS
What are runtime exceptions?
How we create object in copy constructor?
What is the applet security manager, and what does it provide?