wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answer Posted / renu
default specifier is-default
default constructor
no default method
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How strings are created in java?
What are autoboxing and unboxing? When does it occur?
What is immutable class in java?
What are the differences between graph and tree?
How do you sort a string in alphabetical order in java?
Is double bigger than float?
What is treemap in java?
What is a concrete classes? Is Java object class is concrete class?
I want to print “hello” even before main is executed. How will you acheive that?
What is pre increment and post increment in java?
What is the use of runnable interface?
How do you empty a list in java?
Difference between linkedlist and arraylist.
What is data type modifier?
Why we override equals() method?