What is default specifier ??? Use of default specifier ???
Answer Posted / david sandyp
default is the access given to the class when no access specifier is mentioned ..
Default is not public but it is almost like public.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How do you execute a thread in java?
How arrays are stored in memory in java?
Why super is first line in java?
Why is java so popular?
What does t in java mean?
What class allows you to read objects directly from a stream?
How to make a write-only class in java?
How can we create objects if we make the constructor private ?
What is the arraylist in java?
Break statement can be used as labels in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What are variable arguments or varargs?
What is intern method in java?
How do you use nextline in java?
How can you write a loop indefinitely in java programming?