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
What are the 6 functions?
What happens when a thrown exception is not handled?
How do you sort objects in java?
What is difference between throw and throws ?
Explain about narrowing conversion in java?
What is boolean law?
What do you mean by byte code?
How many tetrahedral voids are there in bcc?
What is run time allocation?
What is a default method?
Can vector have duplicates in java?
What's the purpose of using break in each case of switch statement?
What is a parent class in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is module in project?