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 are the advantages of java 8’s date and time api over old date api and joda time api?
How do I download and install eclipse on windows 10?
What about products that claim to detect malicious applets? : java security
Why do we create dto in java?
Why java is better than node.js?
What is jsr in java?
How do you create a jar file?
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What is @qualifier in java?
What happens when you omit a brace or misspell one of the words, like public or
What is the use of flatmap?
What is serializable in java?
What is flatmap in java8?
What are jpa annotations?
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.