If we use native functions, does the Java program lose its cross-platform property? Thank you in advance!

    1 answer 1

    In a broad sense, yes, it loses. But in practice, it may not lose, for example, in cases when various versions of native libraries are delivered with Java code, and each covers the specific platform on which the Java application is planned to run.