Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Important Features of Java - Multithreading, AWT

Share this post!
 Vote this!

In this tutorial you will learn about Important Features of Java - Multithreading, AWT and Event Handling, Networking, Socket and Database Connection
There are many features of Java. Some of them namely are explained below.

Multithreading

A fundamental concept of computer programming is the idea of handling more than one task at a time. Within a program these separately running pieces are called threads and the general concept is called multithreading.
The Java Virtual Machine allows an application to have multiple threads of execution running concurrently. Each thread has a priority. Threads with higher priority are executed in preference to threads with lower priority. When a Java Virtual Machine starts up there is usually a single non-daemon thread. The Java Virtual Machine continues to execute threads until either of the following occurs.  more...

0 comments:

Post a Comment