Question
Who sent Stanley to Africa to look for Livingstone

Answers

New York Herald   Your Comment






Search
Can you Answer!!
  • Q Explain the working of a level trol.
  • Q What is full load & incremental or refresh load?
  • Q The Supreme Court tenders advice to the President on a matter of law or fact
  • Q how can show server side confirmation popup on button click.
  • Q Difference between "APPLET" and "APPLICATION"
  • Q Which award did the Hyderabad Airport Bagged recently?
  • Q State Wallac rule on melting temperature.
  • Q explain hormone receptor
  • Q Why are metals often good catalysts?
  • Q What is the difference between cross cable and straight cable
  • Q What will happen if you attempt to compile and run the following code? Integer ten=new Integer(10); Long nine=new Long (9); System.out.println(ten + nine); int i=1; System.out.println(i + ten); a. 19 followed by 20 b. 19 followed by 11 c. Error: Can't convert java lang Integer d. 10 followed by 1