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
Is linkedlist thread safe in java?
Define reflection.
Is hashset sorted in java?
What is the default value of float and double datatype in java?
What is quick sort in java?
Is singleton set an interval?
What is the difference between a checked and an unchecked exception?
Can a class have multiple subclasses?
How do you access command-line arguments within the code?
How hashset works internally in java?
How do constructors use this() and super()?
what is the difference between the methods sleep() and wait()? : Java thread
Why we override equals() method?
What is exception propagation?
Explain the difference between collection api and stream api in java8?