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 a databasemetadata?
Is it possible to write a regular expression to check if string is a number?
How to create an immutable class?
What is the exception hierarchy in java?
What happens if we override private method?
What is the use of string and stringbuffer?
Can I declare a class as private?
What is google full form?
What access modifiers can be used for methods?
What do you understand by final value?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
How do you implement singleton class?
Who is the owner of java?
What is a vector in java?
What are implicit objects in java?