<<= Back Next =>>
You Are On Multi Choice Question Bank SET 1637

81851. The UNO was founded at





81852. The first General Secretary of UNO was





81853. The NAM summit which demanded expansion of the United Nations Security council had met at





81854. Which of the following countries is not a member of a SAARC





81855. Where was the first ever security Council Summit meeting held in early 1992?





81856. Which of the following country is not a member of G-7?





81857. Which of the following is not an agency of U.N.?





81858. G-15 is a group of





81859. The Indian Red Cross Society was established in the year





81860. SAARC was founded in





81861. Which organ of United Nations has ceased to be operational?





81862. The member countries of NAFTA are





81863. India was elected as a President of General Assembly of the United Nations in 1953. Who occupied this office on behalf of India?





81864. United Nations adapted a Charter of Economic Rights in the year





81865. Which organ of the United Nations has ceased to be operational?





81866. The United Nations is considered as a universal organisation. Which organ of rhe united nations fully represents the fact?





81867. Which of the following is not associated with the UNO?





81868. The chairmanship/presidency of the UN Security Council rotates among the Council Members





81869. Which of the following is not a chief organ of the United Nations Organisations?





81870. Permanent Secretariat to coordinate the implementation of SAARC programme is located at





81871. The Indian delegation to the first World Conference on Human Rights was led by





81872. Which of the following rivers was part of the ancient “Saptasindu”?





81873. Who among the following Prime Ministers played a major role in initiating the Planning Commission of India?





81874. The Government of India started the first Five Year Plan on the year-----------





81875. Which is the highest Peak in India?





81876. Who led the Revolt of 1857 at Kanpur?





81877. The Theosophical Movement grew in India as a result of the leadership given it to by----------





81878. Which statement is true?





81879. Which statement is true about assertions in the Java programming language?





81880. Indian National Congress was founded on the year--------





81881. Name the secret society organized by V.Savarkar





81882. Which three statements are true? Assertion checking is typically enabled when a program is deployed. It is never appropriate to write code to handle failure of an assert statement. Assertion checking is typically enabled during program development and testing. Assertion checking can be selectively enabled or disabled on a per-package basis, but not on a per-class basis. Assertion checking can be selectively enabled or disabled on both a per-package basis and a per-class basis.





81883. public class Test2 { public static int x; public static int foo(int y) { return y 2; } public static void main(String [] args) { int z = 5; assert z > 0; / Line 11 / assert z > 2: foo(z); / Line 12 / if ( z < 7 ) assert z > 4; / Line 14 / switch (z) { case 4: System.out.println("4 "); case 5: System.out.println("5 "); default: assert z < 10; } if ( z < 10 ) assert z > 4: z++; / Line 22 / System.out.println(z); } } which line is an example of an inappropriate use of assertions?





81884. public class Test { public void foo() { assert false; / Line 5 / assert false; / Line 6 / } public void bar() { while(true) { assert false; / Line 12 / } assert false; / Line 14 / } } What causes compilation to fail?





81885. What will be the output of the program? public class Test { public static void main(String[] args) { int x = 0; assert (x > 0) ? "assertion failed" : "assertion passed" ; System.out.println("finished"); } }





81886. Who among the following started the publication of Swadeshabimani newspaper with Sri.Ramakrishna Pillai as its editor?





81887. What will be the output of the program? public class Test { public static int y; public static void foo(int x) { System.out.print("foo "); y = x; } public static int bar(int z) { System.out.print("bar "); return y = z; } public static void main(String [] args ) { int t = 0; assert t > 0 : bar(7); assert t > 1 : foo(8); / Line 18 / System.out.println("done "); } }





81888. What will be the output of the program (when you run with the -ea option) ? public class Test { public static void main(String[] args) { int x = 0; assert (x > 0) : "assertion failed"; / Line 6 / System.out.println("finished"); } }





81889. Name the organization founded by Sri.K.P.Karuppan for the upliftment of the lower caste people in Kerala





81890. Who shared the Nobel Peace Prize with Malala Yousafzai in 2014?





81891. Which of the following nations have joined together for an active role in the rapidly evolving international order by the name”G5 Nations”?





81892. To which Ministry,Nirmala Sitaram is associated currently?





81893. How many teams had participated in the 2015 World Cup Cricket?





81894. To which non-governmental organization,the Government of India has blocked funding,as it was affecting the public and economic interests of the country?





81895. What is the most restrictive access modifier that will allow members of one class to have access to members of another class in the same package?






81896. Which of the following is/are legal method declarations? protected abstract void m1(); static final void m1(){} synchronized public final void m1() {} private native void m1();





81897. Which cause a compiler error?






81898. Which three are valid method signatures in an interface? private int getArea(); public float getVol(float x); public void main(String [] args); public static void main(String [] args); boolean setFlag(Boolean [] test);





81899. You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?





81900. What is the widest valid returnType for methodA in line 3? public class ReturnIt { returnType methodA(byte x, double y) / Line 3 / { return (long)x / y 2; } }





<<= Back Next =>>
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions