Rajarajan

Rajarajan

  • NA
  • 14
  • 11.3k

Perform the Arithmetic operations parallely

Mar 11 2015 9:33 AM
I am in need to perform arithmetic operation parallely in jsp. For Example, I am giving two input numbers. Now to perform addtion, subtraction, multiplication and division simultaneoulsy. I thought of doing it using thread concept. But i am new to java and jsp.. Pls help.. thanks..

Answers (1)