Description: JNI allows us to write some code in C/C++ and then talk to that code through Java. In part one of this two part article, Neville introduces us to the concepts behind JNI with a simple example in C.Platform independence is one of the most common buzzwords in the industry today. Everybody wants flexibility. Everybody wants to program in his or her favorite programming language.