Java Tutorials
381. Execute system commands in a Java Program
By: Rajan : 2006-12-11
Description: Most often in your Java programs you will find a need to execute system DOS commands. You can execute any system commands that are OS specific and then read the output of the system command from your Java program for further processing within the Java program.
382. Sample Java Script that displays a movable clock
By: Rajan : 2006-12-11
Description: This Java script displays a clock that moves with the mouse cursor.
383. Java Chat Client Sample Applet
By: Rajan : 2006-12-11
Description: This applet can be used to write a Java Chat Client Application. For thisChat client to work, you need to create a HTML file and embed this applet code inside.
384. What is Java?
By: Emiley J. : 2006-12-09
Description: Java was just meant to be a portable, platform independent programming language. But over the years it has transformed into a complex platform for computing portable software across different devices and systems.