Searching for "CH"

Q:

Which foreign country is closest to Andaman Islands

A) Sri Lanka B) Indonesia
C) Myanmar D) Pakistan
 
Answer & Explanation Answer: C) Myanmar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

Among the following Union Territories of India, which one has the largest size

A) Puducherry B) Lakshadweep
C) Daman and diu D) Chandigarh
 
Answer & Explanation Answer: A) Puducherry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

Which state of india has the smallest land area?

A) Goa B) Nagaland
C) Sikkim D) Tripura
 
Answer & Explanation Answer: A) Goa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

This Union Territory possesses a coastal stretch of about 45 km with 28 marine fishing villages. However 45% of the population is engaged in agricultural and allied products.
Which among the following Union Territories is referred to in the above passage

A) Lakshadweep B) Pondicherry
C) Andaman and Nicobar D) Daman
 
Answer & Explanation Answer: A) Lakshadweep

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

public abstract class Shape {

private int x;

private int y;

public abstract void draw();

public void setAnchor(int x, int y) {

this.x = x;

this.y = y;

}

}

Which two classes use the Shape class correctly?

A) public class Circle implements Shape { private int radius; B) public abstract class Circle extends Shape { private int radius; }
C) public class Circle extends Shape { private int radius; public void draw(); D) None
 
Answer & Explanation Answer: B) public abstract class Circle extends Shape { private int radius; }

Explanation:

Only B is true

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

public abstract class Shape {

private int x;

private int y;

public abstract void draw();

public void setAnchor(int x, int y) {

this.x = x;

this.y = y;

}

}

Which two classes use the Shape class correctly?

A) public class Circle implements Shape { private int radius; B) public abstract class Circle extends Shape { private int radius; }
C) public class Circle extends Shape { private int radius; public void draw(); D) None
 
Answer & Explanation Answer: B) public abstract class Circle extends Shape { private int radius; }

Explanation:

Only B is true

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

'Asian Drama ', by Gunnar Karl Myrdal, is a book on which of the following subjects

A) Theatre Movements in Asia B) Economics
C) International Politics D) Look East Policy of India
 
Answer & Explanation Answer: B) Economics

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Panchatantra has been written by

A) Kalidas B) Surdas
C) Vishakhadatta D) Vishnu Sharma
 
Answer & Explanation Answer: D) Vishnu Sharma

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors