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 state does a thread enter when it terminates its processing? : Java thread
What is the difference between stored procedure & function?
What is java Applet?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
Why are global variables used?
What is the significance of listiterator?
When would you use a static class?
What is high level language in computer?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is difference between static variable and global variable?
What steps are taken when the OS shifts from one-thread execution to another?
What are java annotations?
What is the purpose of file class?
Explain the importance of finally block in java?
What do you mean by compiler?