1
Answer

Perform the Arithmetic operations parallely

Photo of Rajarajan

Rajarajan

10y
1.1k
1
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)