wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answers were Sorted based on User's Feedback
Answer / guest
default specifier is private
default constructor is className(){}
there is no default method in java
| Is This Answer Correct ? | 7 Yes | 15 No |
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
when we have to use final class in java?
What is the default value of local and global variables?
What is substring 1 in java?
Is list thread safe in java?
What is adapter class?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Can we change the scope of the overridden method in the subclass?
What is the independent variable in an experiment?
What is the purpose of the finalize() method?
Is 64bit faster than 32 bit?
What is garbage collection? What is the process that is responsible for doing that in java?