Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 org.apache.commons.httpclient.methods 中使用PostMethod并注意到 HttpMethod 接口中的回收方法已被弃用。
这种方法有替代方法吗?
我认为这个想法是简单地创建一个新的。
与尝试维护对象池相比,创建新的短期对象的成本实际上非常便宜,而且更不容易出错。