Question
The power of court to convert summons- cases into
warrant- cases apply to an offence punishable with imprisonmentSolution
This answer is based on Section 282 of the BNSS (which corresponds to Section 259 of the old CrPC). 1. The Statutory Provision (Section 282 BNSS) The section empowers a Magistrate to convert a summons-case into a warrant-case during the trial. The text explicitly states: "When in the course of the trial of a summons-case relating to an offence punishable with imprisonment for a term exceeding six months , it appears to the Magistrate that in the interests of justice, the offence should be tried in accordance with the procedure for the trial of warrant-cases, such Magistrate may proceed to re-hear the case in the manner provided by this Sanhita for the trial of warrant-cases and may recall any witness who may have been examined." 2. Key Conditions for Conversion For this power to be exercised, two main conditions must be satisfied simultaneously:
- Punishment Threshold: The offence must be punishable with imprisonment for a term exceeding six months . (If the offence is punishable only by fine or imprisonment of less than 6 months, this section cannot be applied).
- Judicial Discretion: The Magistrate must be of the opinion that it is necessary in the "interests of justice" to try the case as a warrant case (which offers more elaborate procedures and checks).
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
In a data analysis scenario involving a fixed-size dataset where elements need to be accessed frequently by their position, which data structure is gene...
A queue follows which principle for data access?
Which of the following statements about parameter passing in Python is TRUE?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
What is the best-case time complexity of the binary search algorithm ?
- Artificial Intelligence
Which of the following statements best describes the role of a reinforcement learning agent in a complex environment?
... Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
What is the primary purpose of a B+ Tree in a database management system?
Which SOLID principle emphasizes that a class should have only one reason to change?