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 to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
Does java isempty check for null?
Can we declare the static variables and methods in an abstract class?
What is use of static method?
How do you stop a thread in java?
which pattern is default in scanner package?
Can we declare array without size in java?
What are Normalization Rules? Define Normalization?
Is integer passed by reference in java?
How can I right-justify a string?
Why heap memory is called heap?
Where we write javascript code in html page?
What's the purpose of static methods and static variables?
How to sort array of 0 and 1 in java?
Enlist few advantages of inheritance?