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
Can singleton class be inherited in java?
How many decimal digits is 64 bit?
How many threads can I run java?
Is simpledateformat safe to use in the multithreaded program?
What is serialversionuid?
Is it possible to instantiate the abstract class?
What are the different types of inner classes?
What do you mean by default constructor in java?
What is a marker interface?
Is zero a natural number?
What is the difference between the direct buffer and non-direct buffer in java?
What invokes a thread's run() method in java programming?
What is preflight request?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
Does anyone still use java?