wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answer Posted / devesh dashora
Default Specifier is : friendly. but there is no keyword
provided by java
Default Construtor is : the constructor of top level super
class of each java class that is "Object" class.
Default Method is : main method that would called by
default through the java interpretor.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
How are destructors defined in java?
What are the drawbacks of reflection?
Does java runtime require a license?
What is the purpose of format function?
What is a condition in programming?
Why is stringbuffer thread safe?
Which class is the superclass of all classes?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What are the legal parameters?
Is java hard to learn?
Is java hashset ordered?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Can a class extend 2 classes in java?
How can we create an immutable class in java?
How do you bind variables?