Final Keyword with C native function
What happens if I pass a final variable from Java to a C program using JNI and attempt to change the value of the final variable using a C pointer?
What happens if I pass a final variable from Java to a C program using JNI and attempt to change the value of the final variable using a C pointer?