Question
What is the rule regarding the appointment of a new
trustee under the Indian Trusts Act, 1882? ÂSolution
Section 73 and 74 of the Indian Trusts Act, 1882, provides that a new trustee can be appointed in accordance with the provisions of the trust deed or by the court in specific circumstances, such as the death or incapacity of an existing trustee. Â Section 73 says that when a trustee cannot continue their role due to reasons like death, declining the position, being absent from India for six months, becoming insolvent, or being deemed unfit by a Civil Court, a new trustee can be appointed. The appointment can be made by a person named in the trust document or, if no such person exists, by the trust's creator (if alive and capable), the remaining trustees, the legal representative of the last trustee, or retiring trustees with the court's approval. The appointment must always be made in writing. Â The number of trustees may also be increased during this process. The Official Trustee can be appointed as the sole trustee with their consent and a court order. If a trustee named in a will dies before the testator, or if a retiring trustee is willing to assist in appointing a new trustee, those situations are also covered under this provision. These rules ensure the trust continues to function effectively, even when changes in trusteeship occur. Â Section 74 mentions appointment by Court - Whenever any such vacancy or disqualification occurs and it is found impracticable to appoint a new trustee under section 73, the beneficiary may, without instituting a suit, apply by petition to a principal Civil Court of original jurisdiction for the appointment of a trustee or a new trustee, and the Court may appoint a trustee or a new trustee accordingly. Â Â
The JDBC-ODBC bridge is
What is the output of the following Python code snippet?
  x = [1, 2, 3]
  y = x
  x.append(4)
  print(y)
When applying KVL to a circuit, how are voltage drops represented?
- Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph?
Which type of memory can be both read from and written to by the processor?
The symbol for a NAND gate is an AND gate followed by a:
What is exception handling in programming?
How many digits are there in the octal number system?
Which scheduling policy dynamically adjusts the priority of a job based on its behavior?
In a uniform distribution over the interval [a, b], what is the probability density function (PDF)?