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 does g mean in regex?
Define nashorn in java8.
What is application system?
What is sleep method?
What is meant by inheritance and what are its advantages?
Differentiate between stringbuffer and stringbuilder in java.
Explain illegalmonitorstateexception and when it will be thrown?
Can the interface be final?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is the difference between actual and formal parameters?
What is the gregoriancalendar class in java programming?
What is the disadvantage of synchronization?
What is public static?
What is a predicate method?
What is the use of toarray () in java?