Question
A mortgages a piece of land to B and later on builds a
house thereon, which of the following conditions is applicable?Solution
As per s.70 of the Transfer of Property Act, 1882 which talks about the same illustration and the concept of accessions to property. S. 70. Accession to mortgaged property.— If, after the date of a mortgage, any accession is made to the mortgaged property, the mortgagee, in the absence of a contract to the contrary, shall, for the purposes of the security, be entitled to such accession. Illustrations (b) A mortgages a certain plot of building land to B and afterwards erects a house on the plot. For the purposes of his security, B is entitled to the house as well as the plot.
The Master Theorem gives time complexity for recurrences of the form:
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In Data Communication, what protocol is used to ensure reliable transmission of data over a network?
Which of the following is NOT a common wireless security protocol?
Which algorithm is used to detect cycles in a directed graph?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?
The Bellman-Ford algorithm executes relaxation steps how many times for a graph with V vertices?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
Which graph traversal method uses a queue?