Question Set

1. In which year New Telecom Policy was announced?





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 telecom company has become the leading telecom operator by revenue market share (RMS) of 31.7 per cent in the April-June quarter?....
QA->When was the New Liberalized Industrial Policy was announced in India?....
QA->The Government of India has announced the National Health Policy in the year of....
QA->The Government of India has announced the National Health Policy in the year of....
QA->The Government of India has announced the National Health Policy in the year of....
MCQ->In which year New Telecom Policy was announced?....
MCQ->The Union Government of India on 5 June 2012 announced a new trade policy aimed at achieving 20 per cent increase in exports to 360 billion dollar in the fiscal year 2012-13. Which of the facts related to this statement is not true? A. 2 per cent interest subsidy scheme extended till March 2013 B. Foreign Trade Policy document to be more user friendly C. Seven new markets added to Focus Market Scheme D. Incentives for exports from north-eastern states....
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); } }....
MCQ->Name the telecom giant that announced that its board has approved the merger of Vodafone India and its wholly-owned subsidiary Vodafone Mobile Services Limited with itself.....
MCQ->If ListBox is class present in System.Windows.Forms namespace, then which of the following statements are the correct way to create an object of ListBox Class? using System.Windows.Forms; ListBox lb = new ListBox(); using LBControl = System.Windows.Forms; LBControl lb = new LBControl(); System.Windows.Forms.ListBox lb = new System.Windows.Forms.ListBox(); using LBControl lb = new System.Windows.Forms.ListBox; using LBControl = System.Windows.Forms.ListBox; LBControl lb = new LBControl();....
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