595 Views
Shortly and briefly: while using traditional language such as C or Java, sometimes you are doing things, that take some time for the CPU to compute. During this time, you cannot execute other code than the current instructions. Your program can get frozen and the UI might not responds at all while this operation get completed.
0 comments