Originally posted by Wang JiBo:
Ha, I choose Eclipse. And I think Jdeveloper is good also.
They both are free!
Originally posted by Maulin Vasavada:
Btw, I remember we had this eight queen problem in bachelor's and we wrote it in C using some algorithm book. I am still impressed with the solution that book had using one dimensional array and backtracking approach...I will see your code and see if I have any suggestions...
Thanks
Maulin
Originally posted by Puthriah Sarma:
It was an interview question to me.I could not explain.
Originally posted by Jeroen Wenting:
yah, was confused with finalize()...
Too much reading about garbage collectors for my SCJP study lately
Originally posted by Richard Johnson:
ok. thanks for the help on this one. I'm getting closer, but have one last issue to deal with. How do I override, getInputStream() and return a ServletInputStream? I'm using WAS 5.0. Here is what I have so far for my wrapper: