Searching for "st"

Q:

The noval ' Post office ' was written by

A) Rabindranath Tagore B) K.M. Munshil
C) R.D.Dinkar D) Neeraj
 
Answer & Explanation Answer: A) Rabindranath Tagore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

public class Threads2 implements Runnable {

public void run() {

System.out.println("run.");

throw new RuntimeException("Problem");

Which among the following is true?

}

public static void main(String[] args) {

Thread t = new Thread(new Threads2());

t.start();

System.out.println("End of method.");

}

}

A) java.lang.RuntimeException: Problem B) run. java.lang.RuntimeException: Problem
C) End of method. java.lang.RuntimeException: Problem D) End of method. run. java.lang.RuntimeException: Problem
 
Answer & Explanation Answer: D) End of method. run. java.lang.RuntimeException: Problem

Explanation:

Only D can be true

Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

The quotation ' Some of born great , Some achieve greatness, and some have greatness, thrust upon them ' is atributed to

A) Bertrand Russell B) Abraham Lincoln
C) William Shakeshpare D) George Orwell
 
Answer & Explanation Answer: C) William Shakeshpare

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

The Nobel Prize in Economics was started in

A) 1901 B) 1936
C) 1957 D) 1967
 
Answer & Explanation Answer: D) 1967

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

' In CUstody ' , an english novels, is written by which one of the following

A) Vikram Seth B) Shoba De
C) Anita Desai D) VS.Naipaul
 
Answer & Explanation Answer: C) Anita Desai

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

The famous book ' The Daughter of the East ' is written by

A) Ms.Benazir Bhutto B) Ms. Taslima Nasreen
C) Ms. Arungsan Suu Kyi D) Ms Bandarnaike Sirimavo
 
Answer & Explanation Answer: A) Ms.Benazir Bhutto

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

The first feature film produced in India was

A) Hatimtai B) Alamm Ara
C) Pundalik D) Raja Harishchandra
 
Answer & Explanation Answer: B) Alamm Ara

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Sally has never received a violation from the Federal Aviation Administration during her 16-year flying career. Sally must be a great pilot. 

 

Which of the following can be said about the reasoning above?

A) The definitions of the terms create ambiguity. B) The argument uses circular reasoning.
C) The argument works by analogy. D) The argument is built upon hidden assumptions.
 
Answer & Explanation Answer: D) The argument is built upon hidden assumptions.

Explanation:

From the above statemnts only "The argument is built upon hidden assumptions." will be true

Report Error

View Answer Report Error Discuss