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 the main functionality of the remote reference layer?
Why does it take so much time to access an applet having swing components the first time?
5 What is Java exception handling?
What is meant by bytecode?
How can you eliminate duplicates?
What is the use of isempty in java?
What is meant by class and object in java?
How do you do exponents in java?
Can you call a private data from an inner class?
Why is multithreading important?
Can a for statement loop indefinitely?
Can we call thread start () twice?