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.
Categories: C#, Channels Tags: C#, exception, Java, java applets, multithreading
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.
Categories: Channels, Java Tags: Java, multithreading, threads









