gpt4 book ai didi

java - 文件对象中的默认存储位置是什么

转载 作者:行者123 更新时间:2023-12-02 06:05:05 24 4
gpt4 key购买 nike

在此代码中,我没有提及文件 hello.xls 的路径。但是,我正在读取 hello.txt 文件中的值,但我不知道它存储在哪里。它存储在 JVM 内存中还是其他地方。如果是的话,最大尺寸是多少。我正在使用 unix box。

示例java代码:

File f = new File(hello.xls);
InputStream f = new FileInputStream(f);

如果它存储在服务器中的某个位置,请建议如何处理而不将文件存储在服务器中以读取值并将值写入同一个 Excel 工作表中。

最佳答案

File对象中的默认存储位置是通过执行以下行获得的目录:

System.getProperty("user.dir"); //represents the current directory the user is executing the program, rather than where the program is located.

这是运行 java 的目录——启动 JVM 的地方。

关于java - 文件对象中的默认存储位置是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22356066/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com