*boolean [] test = new boolean[]{false,true}; boolean [] test = {false,true};
or boolean [] test = new boolean[2]; test[0]=true; ...* On Fri, Sep 19, 2008 at 3:27 PM, Aley R. Zaidi <[EMAIL PROTECTED]>wrote: > you convert them in Boolean Class Objects and then store in Array. > > > Date: Thu, 18 Sep 2008 13:11:17 -0700 > > Subject: [java ee programming] array help > > From: [EMAIL PROTECTED] > > To: java-ee-j2ee-programming-with-passion@googlegroups.com > > > > > > > how do i put boolean vaules into an array...such as true or false > > > > > > -- Best Regards, Lakshitha Ranasinghe Senior Software Engineer Welcome to my Blog http://lakshitha1.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---