Hi , I had one doubt.How i can declare a variable in a constructor in Apache Torque.
public class DTReportSQL extends SecureAction
{
//static int[] test=new int[100];
//static int[] test;
DTReportSQL ()
{
static int[] test=new int[100];
}
}
so how to do it,pls provide ur inputs.
sridhar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
