Dear Team,
I am calling here one third party jar file which has some code written which is internally doing some S2S call to get data some times this method is not returning result and all thread are blocked here.. can some any idea is there any way so that i can put time out in normal java method while calling... so if it is not returning result in 10 second then i can throw exception and handle it this situation....
Please suggest....