nilesh purohit

Greenhorn
+ Follow
since Oct 31, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by nilesh purohit

thank to all for clearing the doughts.It was an Interface declarations.But I was not knowing about array declaration can be done in this mannaer also.
Thanks once again
16 years ago
Can you please clarify the meaning of the following line of code
boolean setFlag(Boolean [] test []);
assume test is some class.Nothing was mentioned in the book.
16 years ago
int Storage(String s) according to this syntax Storage function should be passed with a string when it is called and I think you are not passsing any string hence the error.
17 years ago
a is a reference variable pointing to an array of ten integers.array is an single object created on the heap
17 years ago