Published on Sat, 25 Apr 2009 04:47:59 -0400 Read: 1827 times
This code shows how to execute linux/DOS command using java
Filed in: Java Difficulty Level: Beginner
Published on Sat, 25 Apr 2009 04:46:56 -0400 Read: 4436 times
This Code Demonstrates how to generate a report by using jasper. change the database properties in code. and change the table name and entities in the jrxml files. here it uses two jrxml files and generates all types of reports. but we need to set the class path for all required libraries commons-beanutils.jar
Filed in: Java Difficulty Level: Intermediate
Published on Sat, 25 Apr 2009 04:39:18 -0400 Read: 1975 times
This code show how to use velocity frame work.in velocity frame work we need .vm file which taken by velocity engine.
Filed in: Java Difficulty Level: Expert
Published on Thu, 23 Apr 2009 23:59:28 -0400 Read: 3028 times
This is code is useful for reading the data from Excel sheet
Filed in: Java Difficulty Level: Intermediate
Published on Thu, 23 Apr 2009 23:58:19 -0400 Read: 3540 times
This Code is useful for password encryption
Filed in: Java Difficulty Level: Intermediate
Published on Thu, 23 Apr 2009 23:56:55 -0400 Read: 1277 times
Code for checking a number which is Credit Card Number or not?
This is code is for checking the credit card no is correct or not
Filed in: Java Difficulty Level: Beginner
Published on Thu, 13 Sep 2007 01:22:38 -0400 Read: 4491 times
It is the enhancement of the concept of inheritance. When a subclass is derived from a derived class then this mechanism is known as the multilevel inheritance. The derived class is called the subclass or child class for it's parent class and this parent class works as the child class for it's just above
Filed in: Java Difficulty Level: Published on Tue, 04 Sep 2007 14:44:57 -0400 Read: 3384 times
This is a multilevel inhertance in java where number of methods can be created and accessed any where in the class a1 in the main class is the new object. here class A is inherited by both B and C i and j can be accessed from the method lmn.
Filed in: Java Difficulty Level: Published on Tue, 04 Sep 2007 14:26:07 -0400 Read: 1495 times
This program comprises of using a inhertance in java as shown in the program. A is the class, B is the another class. class A is inherited by the class B.
Filed in: Java Difficulty Level: Published on Sun, 02 Sep 2007 14:13:28 -0400 Read: 1506 times
This program comprises of creating two objects for our own class shown below. Here A is the main class a1,a2 are the objects created for the class.
Filed in: Java Difficulty Level: