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: Programming   Tags: briefly about c# and c# tools, c sharp compiler download, C#, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, exception, explain briefly about c# and c# tools, Java, java applets, multiform application in C#.Net, multithreading

Understanding Multithreading in Java

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…

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

Categories: Programming   Tags: Java, multithreading, threads