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..
Loading
Prasham SabadraPosted Mar 11, 2015, 1:26 PM
I didnt tried but Please check once
http://crunchify.com/how-to-run-multiple-threads-concurrently-in-java-executorservice-approach/
https://www.caveofprogramming.com/javatutorial/java-tutorial-8-starting-threads-and-using-anonymous-classes.html