Java Multi Threading /Multi Core Programming can to done in multiple langauages like C, C++, Java etc.. or even in Javascript. I am sure you are amazed to see Javascript but its really possible to do it!!
There are few basic concepts to write Multi Threading Code independant of any language. We will descirbe the basic concepts first and then discuss how to implement them in various langauge. Lets get going wihtou much adieu.
If Multithreading programming is harder and more error prone, then why do we write multhreaded code.
1) very basic benefit it to exploit/use multi core processers and write more user responsive and much faster application
2) process request asynchronously
There are currently 0 users online.