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 |
How can a gui component handle its own events in java programming?
Can static methods be inherited?
What does flagged out mean?
What is the reason that multiple inheritance is not possible in java??
Mention some features of java?
what is overloading and overriding with example?
What is the purpose of the enableevents() method in java programming?
What is the common usage of serialization?
What is difference overloading and overriding?
What is java used for on a computer?
How do you add an element to an arraylist in java?
what is encapsulation in java? Explain