Question
The doctrine of Basic Structure has many components.
Which of the following features has NOT been held to be a part of the basic structure by the Supreme Court?Solution
The Right to Property is no longer a Fundamental Right and has never been held to form part of the basic structure of the Constitution. Originally protected under Articles 19(1)(f) and 31, it was progressively diluted through amendments and judicial interpretation. Ultimately, the 44th Constitutional Amendment Act, 1978 removed it from Part III and reintroduced it as Article 300A, making it a constitutional legal right. In Waman Rao v. Union of India and later in Minerva Mills v. Union of India, the Supreme Court made it clear that property rights can be regulated or even extinguished to advance socio-economic justice, provided the deprivation is by authority of law. Thus, Parliament retains wide power over property without violating the basic structure.
Which IPv6 feature can unintentionally expose internal network structure to attackers if not properly randomized?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Given a 2D array (matrix) in Python:
matrix = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
What are the values of matrix[1][2] and matrix[2][0] respectively?
Which of the following is a characteristic of an intelligent agent?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') Â for element in MyLis...
Consider the following Python code:
from abc import ABC, abstractmethod
class Shape(ABC):
  @abstractmethod
  def ar...
What is the relationship between encapsulation and abstraction?
Which register stores the temporary results during computation?
The _____________ deals with the coordination of the data transfer between end systems and hosts.
How many types of JDBC drivers?