How are commas used in the initialization and iteration
parts of a for statement?
Answer Posted / ravikiran(aptech mumbai)
for(int a=1,b=1;a<15&&b<20;i++,j++)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we have static methods in an interface?
How can constructor chaining be done using this keyword?
What are different types of arrays?
Why method overriding is used?
Can we override data members in java?
Is there a case when finally will not execute?
What is quick sort in java?
What is ctrl m character?
Why is flag used in java?
What is the difference between static class and normal class?
What are different access specifiers in java?
How do you compare characters in java?
What is an enumeration?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What happens if an exception is not handled in a program?