As per my little-bit java knowledge Program supposed to be terminated after it throws runtime exception.
But in my application after throwing runtime exception it is not terminating ,and as i am executing it on linux i have to use ctrl+c to terminate it, Otherwise it just do not terminate.
I am creating jar on windows sytem and copy paste it in linux.
Also i have logging enabled in my application.
Update: I am not catching any exception No multithreading is used.