- Q Committee on financial inclusion:
- Q What will happen if you compile/run this code? 1: public class Q1 extends Thread 2: { 3: public void run() 4: { 5: System.out.println("Before start method"); 6: this.stop(); 7: System.out.println("After stop method"); 8: } 9: 10: public static void main(String[] args) 11: { 12: Q1 a = new Q1(); 13: a.start(); 14: } 15: } A) Compilation error at line 7. B) Runtime exception at line 7. C) Prints "Before start method" and "After stop method". D) Prints "Before start method" only.
- Q What are Pseudo instructions basically?
- Q Which of the following rates signals the RBI’s long-term outlook on interest rates?
- Q The D H Lawrence novel The Plumed Serpent is set in which country, bordered on the south-east by Guatemala, Belize and the Caribbean Sea?
- Q What steps did you take?
- Q What is the technical difference between desktop support & help desk?
- Q Which of the following code is correct ? a. Date date = DateFormat.newInstance(DateFormat.LONG, Locale.US).parse(str); b. Date date = DateFormat.newInstance(DateFormat.LONG, Locale.US).format(str); c. Date date = DateFormat.getDateInstance(DateFormat.LONG, Locale.US).parse(str);
- Q How many bones are there in the human body?
- Q 32x,48x,52x stand for
- Q Who was the-first U S President to die in office?