Searching for "B"

Q:

Which one of the following groups of Indian states has a common frontier with Bhutan

A) Assam,Bihar,Sikkim and West Bengal B) Bihar,Meghalaya,Sikkim and West Bengal
C) Arunachal Pradesh,Assam,Sikkim and West Bengal D) Bihar,Assam,Sikkim and West Bengal
 
Answer & Explanation Answer: C) Arunachal Pradesh,Assam,Sikkim and West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

Which of the following is the east of the Andaman and Nicobar Islands

A) Thailand B) Sri Lanka
C) Indonesia D) All of these
 
Answer & Explanation Answer: C) Indonesia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

With which set of following countries has Arunachal Pradesh common border

A) Bhutan,Bangladesh & China B) Myanmar, Bagladesh & china
C) Bhutan, China & Myanmar D) Bhutan, Bangladesh & Myanmar
 
Answer & Explanation Answer: C) Bhutan, China & Myanmar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

Q:

The climate of India is mainly tropical because

A) of the location of the Himalayas in the north B) major part of India lies within the tropics
C) of the overpowering influence of India Ocean D) of the seasonal influence of jet streams
 
Answer & Explanation Answer: A) of the location of the Himalayas in the north

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