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 |
What is a class instance variable?
Are nested try statements are possible?
What is boolean in java?
What are actual parameters?
What are the data types supported by java? What is autoboxing and unboxing?
how can you catch multiple exceptions in java?
What are white spaces in java?
Can you inherit from an abstract class java?
How is object created in java?
enlist some features of jdk.
What restrictions are placed on method overloading and method overriding?
Which collection is ordered in java?