Searching for "%"

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:

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:

The largest southern most single Island in India is

A) Rameswaram Island B) Minicoy Island
C) Car Nicobar Island D) Great Nicobar Island
 
Answer & Explanation Answer: D) Great Nicobar Island

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