Questions

Q:

Telegrahic code was introduced by

A) Lipman B) Macmillan
C) Thomas Moore D) Cockrell
 
Answer & Explanation Answer: C) Thomas Moore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

20 7027
Q:

Mohammed Azharuddin, former Indian Cricket Team Captain, represents ...........Constituency of Uttar Pradesh in the Lok Sabha,

A) Mirzapur B) Moradabad
C) Meerut D) Mathura
 
Answer & Explanation Answer: B) Moradabad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

4 7026
Q:

The process of forming urine begins in the

 

A) embryo B) ureter
C) nephrons D) urethra
 
Answer & Explanation Answer: C) nephrons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 7022
Q:

Which ruler of Vijayanagar allowed the Portuguese to build a church in his empire?

 

A) Venkat II B) Achyut Rai
C) Thirumal D) Krishna Deva Rai
 
Answer & Explanation Answer: A) Venkat II

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 7020
Q:

Blue litmus paper is converted into red in solution of _______

A) Acid B) Base
C) Alkali D) Salt
 
Answer & Explanation Answer: A) Acid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

12 7019
Q:

Of the following, the town does not come within the National Capital Region(NCR) is

A) Panipat B) Rohtak
C) Khurja D) Mathura
 
Answer & Explanation Answer: D) Mathura

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

4 7019
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

6 7018
Q:

The Administrative council os shivaji was known as 

A) Parishad B) Mantri Parishad
C) Ashta Pradhan D) Rajya Parishad
 
Answer & Explanation Answer: C) Ashta Pradhan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

10 7017