This is really a moot point. Java kernel interfaces is a language function that allows you to define a function call in Java that will be passed to code that is not java, in particular, which is native to the platform. If you look at FileOutputStream.java in the src.zip of your SDK, you will see this code:
private native void open(String name) throws FileNotFoundException;
private native void openAppend(String name) throws FileNotFoundException;
public native void write(int b) throws IOException;
So, I would say if the question is whether the class library uses the same notation to access external library calls at the system level. I think the answer is yes.
, Java, - Java , , , . , ( "" API-), , , .
user257111