Published on Mon, 27 Aug 2007 14:18:17 -0400 Read: 1094 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: 3344 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: 1937 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: 1897 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: 2036 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: 8945 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: 1234 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: 1905 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: 5833 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: 2104 times
This is useful for who learn abt Mouse Listners.
Filed in: Java Difficulty Level: