Ask questions and see you at March 6, 8 pm CET: youtube.com/@bienadam
Also checkout recent episode:
Please keep the questions as short and as concise as only possible. Feel free to ask several, shorter questions. I will also cover some questions in my "shorts" https://youtube.com/playlist?list=PLxU9yM-_yPs8xqd8Yu4ecpVwiUD_1Xv4N between the shows.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
New: the airhacks.tv discord server: discord.gg/airhacks
Hi, Adam!
If we look at the Response class(https://jakarta.ee/specifications/platform/8/apidocs/javax/ws/rs/core/response), we will see that it implements the AutoCloseable interface, do we need to explicitly close the responses or use try-with-resources, I have never seen anyone do this, can there be a resource leak here?
Thank's!