Java Threads

Ping Pong using Threads in Java

Ping Pong using Threads in Java

Ashish Lahoti

This problem is frequently asked in the interview to check your understanding on threads and your programming skills. Problem statement might change for e.g.

  • Print ping pong using two threads.
  • Print alternate number using two threads.
  • Print even numbers by one thread and odd numbers by another thread.