wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answer Posted / sanjay
DEFAULT SPECIFIER IN JAVA IS CALLED AS PACKAGE ACCESS
DEFAULT SPECIFIER IN JAVA IS CALLED AS CLASS NAME() WHICH
WAS PROVIDED BY COMPILER DURING COMPILATION TIME
THERE IS NO DEFAULT METHOD IN JAVA
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Does java initialize arrays to zero?
What is difference between next () and nextline () in java?
Define reflection.
Are variables stored in ram?
Explain about java sdk?
Explain java coding standards for constants?
Why local variables are stored in stack?
What is :: operator in java 8?
Can we overload the constructors?
What comes to mind when someone mentions a shallow copy in java?
Compare Mutex and Semaphore in java.
Why is string builder not thread safe?
What is anti pattern in programming?
What lambda means?
Can a static block throw exception?