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 does multithreading take place on a computer with a single cpu? : Java thread
What is a website container?
What is the purpose of the system class in java?
What do you mean by an object in java?
What is concurrent hashmap and its features?
Explain the use of sublass in a java program?
What do you understand by weak reference?
What is a conditional statement explain with example?
What do u mean by variable?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is a line break example?
Is list thread safe in java?
Difference between vector and arraylist.
What are kinds of processors?
What are static methods?