Java应用范围

发布于 2025-01-07 01:31:06 字数 71 浏览 0 评论 0原文

在特定会话期间,如果我获取应用程序上下文并存储或更改应用程序范围内的某些内容,那么在服务器重新启动之前,它是否可供所有会话使用?

During a particular session if I obtain application context and store or change something in application scope, would it become available to all the sessions until the server is rebooted?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

失与倦" 2025-01-14 01:31:06

是的。这是应用范围的目标之一。

Yes. This is one of the goals of application scope.

梦巷 2025-01-14 01:31:06

直到应用程序或服务器重新启动,是的。

但这种事情测试起来微不足道,你应该测试它——没有答案胜过你自己做的测试。

Until the application is restarted, or the server, yes.

But this kind of thing is trivial to test, you should test it — no answer beats a test that you make yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文