Published on Mon, 27 Aug 2007 14:18:17 -0400 Read: 4042 times
Creating new class for package. The code provided here below shows how to create the main class and then shows how to create objects for the class.
Filed in: Java Difficulty Level: Published on Wed, 22 Aug 2007 04:01:13 -0400 Read: 9542 times
Gmail updated their smtp way of sending mail...
Connection time out error occurs for normal way of sending mails...
1)Where activation.jar and mail.jar should be in the same folder of java and class files
2) Go to the directory in command prompt or shell */ javac -d . -classpath activation.jar;mail.jar
Filed in: Java Difficulty Level: Published on Sat, 18 Nov 2006 02:10:32 -0500 Read: 3382 times
A Java Newsticker where you can plug-in your own effects
Filed in: Java Difficulty Level: Published on Fri, 17 Nov 2006 01:04:24 -0500 Read: 4860 times
Input a string , example "kiran"; the code will convert to byte. You can put the code in a function and pass parameter as string and return byte.
Filed in: Java Difficulty Level: Published on Mon, 13 Nov 2006 21:49:24 -0500 Read: 4063 times
Build an HTTP based chat room without the need for a Java Applet or an ActiveX control
Filed in: Java Difficulty Level: Published on Thu, 09 Nov 2006 05:39:50 -0500 Read: 30572 times
This is easy to use. Compile and Run.
set CLASSPATH=%CLASSPATH%;mail.jar;activaion.jar;.
javac Mail.java
java Mail
Filed in: Java Difficulty Level: Published on Wed, 08 Nov 2006 03:26:03 -0500 Read: 2910 times
This is useful for who learn about Gridbag layout
Filed in: Java Difficulty Level: Published on Wed, 08 Nov 2006 01:17:09 -0500 Read: 4000 times
It contains puzzle game and a die game. First compile the "well.java" file then run using "java well" to view the result.
Filed in: Java Difficulty Level: Published on Tue, 07 Nov 2006 06:32:32 -0500 Read: 13881 times
This is useful for who learn javamail API.
Filed in: Java Difficulty Level: Published on Tue, 07 Nov 2006 06:21:34 -0500 Read: 7015 times
This is useful for who learn abt Mouse Listners.
Filed in: Java Difficulty Level: