Public void Methos(){ Int I;Int a[]=new int[10]; S.O.P(i); For(int k=0;k<a.length;k++) S.O.P(a[ k]); } What will be the output of this method

This question is related to Oracle Interview

Showing Answers 1 - 1 of 1 Answers

srinu

  • Oct 25th, 2006
 

Compilation error because ur printing the value of the 'i' without Initializing it

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions