Thursday, 4 August 2022

Thread Resources

 A Java thread uses 20M memory space and needs about 10ms to launch it. 

So for a laptop having 16G memory, it can host about 800 threads. 


No comments:

Can Jackson Deserialize Java Time ZonedDateTime

Yes, but must include JSR310. Thus ZonedDateTime can be deserialized directly from JSON response to POJO field. <dependency> <g...