Question Set

1. In the Industrial Policy of 1991, how many industries were reserved only for Public Sector?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Which sector of the economy is state owned and its service sector is a public enterprise?....
QA->Two public sector undertakings in the coir sector in Kerala?....
QA->In Japan what colour car is reserved for the royal family only?....
QA->In Japan what colour car is reserved for the royal family only....
QA->As a result of the Poona Pact,the number of seats reserved for the depressed classes out of the general electorate seats were?....
MCQ->In the Industrial Policy of 1991, how many industries were reserved only for Public Sector?....
MCQ->Statement: Many private sector banks have reduced interest rate on housing loans in comparison to public sector banks. Courses of Action: The case should be raised before the regulatory authority for investigation by the public sector banks as they cannot follow such reduction. Public sector banks must adopt such policy to remain in competition. The public sector banks should advertise their special feature repeatedly so that they do not lose their future customers.

....
MCQ->How many industries are now reserved for public sector ?....
MCQ->Statement : Many public sector undertaking have been making losses for the past few years and the situation is equally bad in the current year. Courses of action : These loss-making public sector companies should immediately be closed down. The government should scout for potential buyers in the private sector to sell these companies to get back part of the investments made by the Government. All the employees of these companies should be retrenched with adequate compensation and the fixed assets may be put up for sale.....
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