How are commas used in the initialization and iteration
parts of a for statement?
Answer Posted / niranjanravi
Commas are used to separate the initialization and
iteration parts in the for statement.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an example of character?
What happens when a thread cannot acquire a lock on an object in java programming?
Can you pass by reference in java?
Why hashmap is used in java?
What are advantages and disadvantages of OOPs?
How big is a boolean?
Can we define private and protected modifiers for the members in interfaces?
Why we use set in java?
Can a method be static?
What is package protected in java?
Can string be considered as a keyword?
What is the size of integer?
Difference between a process and a program?
Which are the two subclasses under exception class?
What are the restrictions imposed on method overriding?