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
How do you compare arrays in java?
What is static in java?
Explain about complier design(phases)
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the main purpose of java?
How many bytes is a string java?
Name few "optional" classes introduced with java 8 ?
What is thread start?
What is an array in java?
What is a boolean field?
What is the final keyword denotes?
Why inputstreamreader is used in java?
What is an array length?
What is the use of callablestatement?
What do you mean by exception handling in Java?