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
Why stringbuilder is not thread safe?
Why we used vector class?
How to sort an array from smallest to largest java?
What is multithreading and its advantages?
Why do we need data structure in java?
How to set the permissions to a file in java?
What initialize variables?
Which language is java?
What is package private scope in java?
What is functional interface in java?
What is void in java?
Define inheritance?
What do you know about the garbate collector?
Give reasons supporting that string is immutable.
What does s mean in regex?