Question
In which year was Karnataka formed as Mysore State
following the passage of the States Reorganisation Act?ÂSolution
Karnataka was formed as Mysore State on November 1, 1956, following the implementation of the States Reorganisation Act, which redefined state boundaries based on linguistic lines. It was renamed Karnataka in 1973, with Bengaluru as its capital.
Consider a scenario in an OOP application where a `NullPointerException` (or equivalent) occurs when trying to access a member of an object. What is the...
The command to test reachability of a host in Linux is:
What is a table joined with itself called?
In indexing, which tree is most commonly used for disk-based indexing because it minimizes disk seeks and keeps nodes dense?
In paging, the page size is defined by:
Consider the following Java-like pseudo-code for inserting a node into a Binary Search Tree (BST):
  ```java
  class Node {
Which of the following is a type of database index?
When debugging a recursive function that processes a `Tree` data structure, what is a common strategy to identify infinite recursion or incorrect base c...
Which type of join returns rows when there is a match in both tables?
Which of the following is true about ACID properties in DBMS?