What is reflexive association?
Answer / akhilesh kumar jaiswal
The 'is-a' is called a reflexive association because the reflexive association permits classes to bear the is-a association not only with their super-classes but also with themselves. It differs from a 'specializes-from' as 'specializes-from' is usually used to describe the association between a super-class and a sub-class. For example:
Printer is-a printer.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is overloading and overriding with example?
How is Garbage collection done in Java?
how system.out.println() works?
Can we declare variables inside a method as Final Variables?
Can we override the static method?
In which way does a Primitive data type is passed ?
what is different between static and non static methods ,using example
Explain restrictions on using enum?
What is the default modifier in Interface?
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
Is linkedlist thread safe in java?
Explain java coding standards for constants?