Question
Prime Minister is the leader of the
________Solution
The Constitution does not contain any specific procedure for the selection and appointment of Prime Minister. Article 75 of Constitution only says that Prime Minister shall be appointed by President. President in accordance with the conventions of parliamentary system has to appoint leader of the majority party in the Lok Sabha as Prime Minister. In case of when no party has the clear majority in the Lok Sabha, then the President may exercise his personal discretion in the selection and appointment of Prime Minister.
Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string.
public class RegexReplacer {
  pu...
What is the typical time complexity for removing the highest-priority element (using poll()) from a java.util.PriorityQueue with N elements?
 �...
What is the defining property of a Binary Search Tree (BST)?
Router is responsible for packet forwarding, including routing. Router works at which layer?
What is a key characteristic regarding negative edge weights in the Floyd-Warshall algorithm?
Which of the following is a primary advantage of a microservices architecture compared to a monolithic architecture?Â
Which of the following accurately describes Type 1 hypervisor virtualization?Â
In a multithreaded environment, which of the following synchronization mechanisms is used to prevent race conditions?Â
The precision is composed of which of the following two characteristics?
Dynamic Programming is typically used for problems that exhibit which two main properties?