If one class havent the constructor, it has normal method,
then can i use super keyword to call the method form the
sub class and vice verse?
Answer Posted / srikanth
no,without constructer we cant call super class members
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a service layer in java?
Why java?
What is difference between loosely coupled and tightly coupled in java?
What is meant by java se?
What kind of thread is the garbage collector thread?
What are the advantages of lambda functions?
What is transient in java?
What is factory pattern in java?
In java what is the difference between sleep() and wait() .
Why struts framework is used in java?
Which type of stream is in java?
What are jpa repositories?
Can we use lambda without functional interface?
What is the use of lambda functions?
How can I swap two variables without using a third variable?