How are commas used in the initialization and iteration
parts of a for statement?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
for(int a=1,b=1;a<15&&b<20;i++,j++)
Is This Answer Correct ? | 3 Yes | 0 No |
Commas are used to separate the initialization and
iteration parts in the for statement.
Is This Answer Correct ? | 2 Yes | 1 No |
What is byte code and why is it important to java’s use for internet programming?
Is char * a string?
What is static variable with example?
Explain features of interfaces in java?
What is the difference between the boolean & operator and the && operator in java programming?
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
What is protected in java?
Is string pool garbage collected?
What is array sorting in java?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
java is puerly object oriented or not ?
Is java map thread safe?