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 |
Explain jdk, jre and jvm?
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
Does java have a compiler?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is light weight component?
What is the difference between add() and addElement() method in Vector Class ?
Explain Connection Pooling?
What are classloaders?
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
What’s the difference between unit, integration and functional testing?
What is operator?
What is matcher in java?