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
Differences between C and Java?
How do you clear a list in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
what is the difference between yielding and sleeping? : Java thread
Distinguish between a predicate and a function?
What is widening and narrowing in java? Discuss with an example.
Does java initialize arrays to zero?
What is a nonetype?
How do you check if a string contains only numeric digits?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is difference between == equals () and compareto () method?
When a byte datatype is used?
What is the method to expand and collapse nodes in a jtree?
Can I use % with real numbers?
What is the SimpleTimeZone class?