1. PWD (Public Works Department) which deals with the construction and maintenance of roads was formed in?

Answer: 1860

Reply

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

Comments

Show Similar Question And Answers
QA->PWD (Public Works Department) which deals with the construction and maintenance of roads was formed in?....
QA->Who started the Public Works Department in India in 1848?....
QA->Who started the Public Works Department in India in AD 1848?....
QA->By whom was a Public Works Department set up in India?....
QA->Who started the Public Works Department in India in AD 1848 ?....
MCQ->Question: The Chairman of a big company visits one department on Monday of every week except for the Monday of third week of every month. When did he visa/the Purchase department ? Statements: He visited Accounts department in the second week of September after having visited Purchase department on the earlier occasion. He had visited Purchase department immediately after visiting Stores department but before visiting Accounts department.

...
MCQ->Statement : Every year during monsoon, the condition of most of the roads in the city deteriorates causing immense problem to the commuters. Courses of action : The civic body should include a heavy penalty clause while awarding future contacts for road repairs. The civic officials in charge of maintenance of city roads should be asked to explain why the condition of the roads worsens every year. General public should avoid taking their vehicles out during monsoon....
MCQ->Statements: Some buildings are rivers. Somemountains are both buildings and rivers. Some roads are buildings. All roads are trucks. Conclusions: I. Some mountains are roads. II. Some buildings are trucks. III. Some rivers are roads. IV.Some trucks are rivers....
MCQ->Statement: Traffic jams on most of the roads in the city have become a regular feature during monsoon. Assumptions: Material used for road construction cannot withstand the fury of monsoon resulting into innumerable pot holes on the roads. Number of vehicles coming on the roads is much more in monsoon as compared to other seasons.

...
MCQ->What will be the output of the program? public abstract class AbstractTest { public int getNum() { return 45; } public abstract class Bar { public int getNum() { return 38; } } public static void main (String [] args) { AbstractTest t = new AbstractTest() { public int getNum() { return 22; } }; AbstractTest.Bar f = t.new Bar() { public int getNum() { return 57; } }; System.out.println(f.getNum() + " " + t.getNum()); } }...
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