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 we create a synchronized collection from given collection?
Describe inheritance as applied to java?
What is the use of jtable?
What is the public field modifier?
If I only change the return type, does the method become overloaded?
Difference between Choice and a List?
What is the use of :: in java?
What is contractor means and methods?
what is collatration?
What is meant by serialisation and deserialisation?
when there is a need of jvm then how we can say that java is a platform independent language?
Is arraylist ordered in java?