package com.interview; public class Threading { int counter; class Mythread extends Thread{ @Override public void run(){ for(int i=0; i < 10000; i++) counter++; System.out.println("run = " + counter); } } public static void main(String[] args) throws InterruptedException { // TODO Auto-generated method stub Threading a = new Threading(); Mythread t1 = a.new Mythread(); t1.start(); t1.join(); System.out.println("" + a.counter); } }
Programmer Analyst Interview Questions
25,419 programmer analyst interview questions shared by candidates
Challenges facing the HR industry?
To explain my college project
soc analyst means what they asked?
Database question. MySQL. Details of other project
What is the best achievement for you recently
Tell me abt urself
Are you willing to Relocate
1. Introduce yourself 2. Explain your college project 3. Talk about your in plant training 4. What are your extra curricular activities 5. would you like to have some tea
Write a prime number finding program in a given range in C Write a program to filter the Alphabets from the miscellaneous data. Difference between left and right outer join. Some questions about my research paper.
Viewing 1001 - 1010 interview questions