after execution of my program written in java I see this output:
java result: 2147483647
What does this number means anyway? T
It's the exit code from the (JVM) process. Specifically, it's the one you'll get when you kill it. Unknown Java Result Message