Published on Tue, 07 Nov 2006 06:21:34 -0500 Read: 2651 times
This is useful for who learn abt Mouse Listners.
Filed in: Java Difficulty Level: Published on Tue, 07 Nov 2006 06:18:44 -0500 Read: 4670 times
This is useful for learners of JFrame and Jmenu.
Filed in: Java Difficulty Level: Published on Tue, 07 Nov 2006 06:15:02 -0500 Read: 1859 times
A Simple java program to learn JTabbed.
Filed in: Java Difficulty Level: Published on Tue, 07 Nov 2006 02:40:34 -0500 Read: 5741 times
This is useful for airthmetic basic operrations, and this is useful for how to use AWT ,Swings just compile like this javac Sricalc.java java Sricalc.
Filed in: Java Difficulty Level: Published on Tue, 07 Nov 2006 00:58:10 -0500 Read: 3246 times
The generatePassword() method give you a random password.
Using SecureRandom algorithm, generate a random number and add it with any string as project_name for a temporary password. We can use this for generating a random/different kind of passwords. This can be used in Forgot password/ Reset
Filed in: Java Difficulty Level: Published on Mon, 06 Nov 2006 09:07:31 -0500 Read: 27061 times
This is very good example ..just copy and paste and just change username and password in sendMail function call ... Add as much of to ,cc, bcc addresses.. Try now
Filed in: Java Difficulty Level: Published on Mon, 06 Nov 2006 05:53:04 -0500 Read: 31529 times
hi. this code is very usefull to find ur week day of ur date of birth or any date.... and it is useful for calculate the date after adding or subtract another date.
Filed in: Java Difficulty Level: Published on Mon, 06 Nov 2006 03:21:46 -0500 Read: 2311 times
The two functins that are given here isCharString()/ isNumString() will return a boolean value when we pass a string value if there are char/number true else vise-versa false for number/char.
This is very useful functions for PINCODE/ZIPCODE validation or NAME/CITY validation from serverside.
Normally
Filed in: Java Difficulty Level: Published on Mon, 06 Nov 2006 01:37:49 -0500 Read: 4057 times
set CLASSPATH=%CLASSPATH%;activation.jar;mail.jar javac Mail.java java Mail This is mail program using java.
Filed in: Java Difficulty Level: Published on Sun, 05 Nov 2006 18:29:18 -0500 Read: 2660 times
This example uses the StreamConnection class to read the contents of a file referenced by a URL. Example described in MIDP Network Programming Using HTTP and the Connection Framework.
Filed in: Java Difficulty Level: