⚡ Seats filling fast: Join RBI Grade B Exclusive course @ ₹10,000 ⚡ ⏰
Question
Which of the following new provision relating to
confessions has been added in Bhartiya Sakshya Adhiniyam?Solution
S.24. Consideration of proved confession affecting person making it and others jointly under trial for same offence. When more persons than one are being tried jointly for the same offence, and a confession made by one of such persons affecting himself and some other of such persons is proved, the Court may take into consideration such confession as against such other person as well as against the person who makes such confession. Explanation I.—"Offence", as used in this section, includes the abetment of, or attempt to commit, the offence. Explanation II.—A trial of more persons than one held in the absence of the accused who has absconded or who fails to comply with a proclamation issued under section 84 of the Bharatiya Nagarik Suraksha Sanhita, 2023 shall be deemed to be a joint trial for the purpose of this section.Â
Which of the following statements best describes a mesh topology in network design?
What are the 3v’s of Big Data?
Complete the recurrence relation for dp[i][j] in the Longest Common Subsequence (LCS) problem when text1[i-1] is *not equal* to text2[j-1].
# dp[...
Which of the following statements about the OSI Model’s Transport Layer is true?Â
Consider a delete_node(head, key) function for a singly linked list that removes the first occurrence of a node with a given key. The function works for...
The ability of the device to give identical output when repeat measurement are made with the same input is defined as________
Which property defines a Binary Search Tree (BST)?
Which query retrieves all records from TableA that have no corresponding records in TableB?
You are given a problem to find the shortest path in a graph where edge weights can be negative. Which algorithm would you *not* use?
A developer is choosing between an array and a linked list to store a collection of elements. If the primary operations will be frequent insertions and ...