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 |
Are maps ordered java?
what are abstract functions?
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
what are the jsp tags with example?
Why to use nested classes in java?
Can a class have more than one object?
What is jrmp?
What is keyword in oop?
Is 0 a prime number?
What is formatted output in java?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
What happens if we override only equals?