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 |
How can you make a class serializable in java?
What does it mean to be immutable?
What are inbuilt functions in java?
What is break and continue statement?
Can a hashset contain duplicates java?
What are the states of thread in java?
what is run time polymorphism
What are Normalization Rules? Define Normalization?
How can I right-justify a string?
What are the differences between checked exception and unchecked exception?
How do you write a conditional statement?
What is java argument list?