|
|
|
|
|
by viswanathk
2824 days ago
|
|
They are quite together if you're building a platform. You usually have C++ doing all the CPU intensive work/low level IO which is exposed through JNI for any higher level stuff (like web). JNI >>> Any other interface to C/C++. |
|