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 purpose do the keywords final, finally, and finalize fulfill?
Where import statement is used in a java program?
Can Exception handling we can handle multiple catch blocks?
Can we define private and protected modifiers for the members in interfaces?
Name four container classes.
What are computer functions?
What is finalize method?
How do you declare a variable?
What is the basic difference between string and stringbuffer object?
How many threads can I run java?
How would you use Bubble Sort to sort the number of elements?
What is equals method in java?
What is generic class?
What is a nonetype?
What is bufferedwriter?