Question
Section 113A of Evidence Act was added in
Solution
Section 113A was inserted into the Indian Evidence Act, 1872 by the Criminal Law (Second Amendment) Act, 1983. This section provides for a presumption as to the abetment of suicide by a married woman. Under Section 113A, if a married woman commits suicide within seven years of her marriage, and it is shown that her husband or any relative of her husband has subjected her to cruelty, the court may presume that such cruelty was abetment to her suicide. This presumption can be rebutted by evidence to the contrary. The aim of this section is to protect married women from cruelty and harassment by their husbands and in-laws. It is also intended to deter husbands and their relatives from subjecting married women to such cruelty, by making them liable for abetment to suicide in case of the woman's death.
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
Which of the following techniques is primarily used to address overfitting in machine learning models?
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following best represents the main objective of the Requirements Analysis phase in the Software Development Lifecycle (SDLC)?
What is the output of the following recursive function call func(3) ?
int func ( int n) {Â Â Â Â Â Â Â
   if (n == 0 ) return 1 ; <...
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following accurately describes the role of a "foreign key" in a relational database system?