Posts Tagged ‘multithreading’

A comparison between Java and C#

Ever since the advent of the internet, Java has been the target for many developers. Many C++ developers migrated to Java within a short period of time. Many high quality multithreaded animations, games, distributed applications are being developed and implemented successfully.

Read more…



1 comment - What do you think?  Posted by Anand Narayanaswamy - February 9, 2009 at 12:34 am

Categories: C#, Channels   Tags: , , , ,

Understanding Multithreading

Java provides built in support for multithreaded programming. A Multithreaded program contains two or more parts that can run concurrently. Each part of such a program is called a Thread. Each thread defines a separate path of execution. Multithreading is a specialized form of Multitasking.

Read more…

2 comments - What do you think?  Posted by Anand Narayanaswamy - January 16, 2009 at 1:23 am

Categories: Channels, Java   Tags: , ,