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 callablestatement? How you can call stored procedure to pass in parameter?
Do I need java on my computer?
Can we declare an interface as final?
Where local and global variables are stored?
How can we make string upper case or lower case?
How does indexof work?
How to find the largest value from the given array.
Explain reverse a linked list recursive java solution?
Difference between error and exception
Can we extend a class with private constructor?
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What is the statements?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is the use of list in java?
Define how can we find the actual size of an object on the heap?