How to resolve many to many relationship?
Answer Posted / kelvin omondi
resolving a many to many relationship requires the use of a
new table known as the associative entity
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
How do I make sure that an object is released in code such as a connection or file object?
What is Abstract method and how different from Virtual Method?
Can constructors be parameterized?
Differentiate between overloading and overriding.
Write a note on encapsulation?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is hybrid inheritance?
what are the different ways for a method to be overloaded?
Does java support multiple inheritance? if not, what is the solution?
Do we require a parameter for constructors?
What is the @functionalinterface annotation?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is a constructor in class?
What is meant by overloading functions and operators?
Explain the usage of encapsulation?