wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answer Posted / guest
default specifier is private
default constructor is className(){}
there is no default method in java
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
What is the use of singleton class?
What is anti pattern in java?
What is a text string?
How do you sort a set in java?
Is singleton class thread safe?
How to make a non daemon thread as daemon?
Explain about core java?
Can you achieve runtime polymorphism by data members?
What do you mean by multithreaded program?
What is byte [] in java?
Explain wrapper classes in java?
What is procedure writing?
How many types of classes are there in java?
Explain enumeration in java?
What is off heap memory?