0
最近我發現很多方法在JDK的名字以‘0’結尾,例如:爲什麼方法名以0結尾?
public class ObjectInputStream {
private Object readObject0(boolean unshared) throws IOException {
public class FileInputStream extends InputStream {
private native int read0() throws IOException;
沒有人知道那是什麼呢?