wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answer Posted / guest
default specifier is private
default constructor is className(){}
there is no default method in java
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
What is the Scope of Static Variable?
What is the difference between the paint() and repaint() methods in java programming?
What is the difference between numeric and integer?
How do you add an element to a hashset in java?
What is a java list?
Where is the singleton class used?
Where import statement is used in a java program?
What is java in detail?
Can you override static methods?
What is the purpose of abstract class?
How do you create an array in java?
Is array synchronized in java?
What is a condition in java?
Can we make constructors static?
What do you mean by composition in java?