Question
Seema and Bobby start from their office and walks in
opposite direction Sheela turns left and walks 20 km Bobby turns right and walks 20 km. How far are they now from each other?Solution

Consider the following binary tree:
   5
   / \
  3  8
  / \ / \
 1 4 6 9
What is t...
- Does Dijkstra's algorithm work for graphs with both negative and positive edge weights?
State True or False
Kernel level thread cannot share the code segment.
Which of the following statements accurately describes a guided transmission medium?
Which of the following describes a major benefit of Continuous Integration (CI) in the software development lifecycle?Â
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion9 {
    publ...
If receiver noise floor is 2 dB, signal-to-noise ratio is 3 dB then what is the receiver sensitivity?
Which operation adds an element to the rear of a queue?
In OOP, what is an instance of a class called?
You are trying to parse a JSON string in Java using a library like org.json.
import org.json.JSONObject;
import org.json.JSONException;