Question Set

1. In which of the following caves have 28 new caves been further discovered?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->‘I have been touring different parts of the world. During these travels, I have had the good fortune to come into contact with several saints and maharshis. But I have frankly to admit that I have never come across one who is spiritually greater than Swami Sree Narayana Guru of Kerala” Whose words are these?....
QA->'Who among the following are credited to have built the famous Ellora caves?....
QA->In which district; have large reserves of diamond-bearing kimberlite been discovered in the recent past?....
QA->In which district, have large reserves of diamond-bearing kimberlite been discovered in the recent past?....
QA->Which item has been banned by the Directorate General of Civil Aviation (DGCA) while travelling in planes as these items have been deemed fire hazard because their batteries can overheat?....
MCQ->In which of the following caves have 28 new caves been further discovered?....
MCQ->With reference to the history of Indian rock-cut architecture, consider the following statements: 1. The caves at Badami are the oldest surviving rock-cut caves in India.2. The Barabar rock-cut caves were originally made for Ajivikas by Emperor Chandragupta Maurya.3. At Ellora, caves were made for different faiths.Which of the statements given above is/are correct?....
MCQ->With reference to the history of Indian rock-cut architecture, consider the following statements: 1. The canves at Badami are the oldest surviving rock-cut caves in India. 2. The Barabar rock-cut caves wre originally made for Ajivikas by Emperor Chandragupta Maurya. 3. At Ellora, caves were made for different faiths. Which of the statements given above is/are correct?....
MCQ->Recently,our scientists have discovered a new and distinct species of banana plant which attains a height of about 11 metres and has orange-coloured fruit pulp.In which part of India has it been discovered?....
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution