web technology Online Quiz - 144
Description: web technology Online Quiz - 144 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Which is the correct way to create a ListGrid ?
What is the output for the below code ? class A implements Runnable{ public void run(){ System.out.println(Thread.currentThread().getName()); } } public class Test { public static void main(String... args) { A a = new A(); Thread t = new Thread(a); Thread t1 = new Thread(a); t.setName("t"); t1.setName("t1"); t.setPriority(10); t1.setPriority(-3); t.start(); t1.start(); } }
What is the output for the below code ? class A implements Runnable{ public void run(){ System.out.println(Thread.currentThread().getName()); } } public class Test { public static void main(String... args) { A a = new A(); Thread t = new Thread(a); t.setName("good"); t.start(); } }
What is the output for the below code ? public class Test { public static void main(String[] args) { Boolean expr = true; if (expr) { System.out.println("true"); } else { System.out.println("false"); } } }
What is the output for the below code ? public class Test { public static void main(String[] args) { List list = new ArrayList(); list.add(0, 59); int total = list.get(0); System.out.println(total); } }
What is the output for the below code ? public class Test { public static void main(String[] args) { Integer i = null; int j = i; System.out.println(j); } }
A SOAP message must always have an Envelope element associated with the "http://www.w3.org/2001/12/soap-envelope" namespace.
The SOAP ________ attribute is used to define the data types used in the document.
What is the right syntax of the actor attribute ?
While Developing a Cognos BI Application what product you would use to model Metadata?
Who amoung the following is "Vice President & Head, Global HR"
Who amoung the following is the "Chief Executive Officor & Managing Director"
Who among the following is "Vice Chairman" of TCS