Project[[ | ]] array = new Project[[1 | 1]];
I am not getting which kind of array declaration is this? Also I don't know if it is correct or not. I tried it in Netbeans but it is not allowed. But in this example http://wiki.netbeans.org/OpenProjectsProgramaticallyInNetBeansIDE I found such example.
Give me some idea if it is correct.