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
Can we assign the reference to this variable?
What is downcasting?
What are the 6 boolean operators?
Write a code to create a trigger to call a stored procedure
What is autoboxing in java?
How do you create a reference in java?
What are the differences between include directive and include action?
Can we start a thread twice in java?
What is private public protected in java?
What is map java?
Where is singleton pattern used?
Explain the difference between collection api and stream api in java8?
explain what is transient variable in java?
Why java is a platform independent? Explain
Why array is used in java?