wHAT IS DEFAULT SPECIFIER IN JAVA
wHAT IS DEFAULT CONSTRUCTOR IN JAVA
wHAT IS DEFAULT METHOD IN JAVA
Answer Posted / sanjay
DEFAULT SPECIFIER IN JAVA IS CALLED AS PACKAGE ACCESS
DEFAULT SPECIFIER IN JAVA IS CALLED AS CLASS NAME() WHICH
WAS PROVIDED BY COMPILER DURING COMPILATION TIME
THERE IS NO DEFAULT METHOD IN JAVA
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How java is similar to c?
What are the 7 types of characters?
What is hash code collision?
What is finalize()?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is a control variable example?
How do you format in java?
What is the difference between length and length() method in java?
How arrays are stored in memory in java?
How does hashmap work in java ?
What does compareto () do in java?
What is Gang of four design patterns
How do you decide when to use arraylist and linkedlist?
How do you take thread dump in java?
Which is fastest collection in java?