Blogs tagged Multi-thread
-
We all know the concept that ArrayList is not “thread-safe”, but why? Test via the following code: package thread; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutorService; import... Read More »0Comments0Likes -
When I was responsible for CRM Fiori application, I once meet with a performance issue. When the users perform the synchronization for the first time on their mobile device, the opportunities belonging to them will be downloaded to mobile which is... Read More »7Comments12Likes