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
How does linkedlist work in java?
What is an enumeration?
How to avoid memory leak in java?
Can we cast any other type to boolean type with type casting?
Is a boolean 1 bit?
What are basic keywords?
What are identifiers in java?
What is the symbol for space?
What is multithreading in java?
Does every java program need a main?
What is the default value of float and double datatype in java?
Is there any difference between nested classes and inner classes?
Can a private method be declared as static?
Difference between throw and throws?
What is the size of boolean variable?