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 is parsing in grammar?
What is a string token?
What is namespace in java?
What is the difference between overriding & overloading?
Write a program to print 15 random numbers using foreach of java 8?
What are the 8 data types in java?
Why do we need wrapper class?
What is a numeric literal?
What is Java Shutdown Hook?
Explain the polymorphism principle?
What is io stream in java?
What is a instance variable in java?
How do you initialize an arraylist in java?
What is java string pool?
What is multi-catch block in java?