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
What is the purpose of the finalize() method?
Is array passed by reference in java?
Can we have 2 main methods in java class?
What is Mutex (Mutual Exclusion Object) ?
What is a lambda expression ? What's its use ?
How can we create a synchronized collection from given collection?
What is javac_g?
What is the map interface in java programming?
What is fail fast in java?
What is the difference between public, private, protected, and friend access?
Which is better singleton or static class?
What are predefined functions?
What is the difference between a static and a non-static inner class in java programming?
Tell me the latest versions in java related areas?
What is Garbage Collection in Java