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
Explain about method local inner classes or local inner classes in java?
I want to persist data of objects for later use. What is the best approach to do so?
What is a vector in java?
What is java util hashmap?
What is your platform?s default character encoding and how to know this?
When we serialize an object does the serialization mechanism saves its references too?
Why are functions called methods in java?
What is struts in java?
What is difference between variable declaration and definition?
How do you add an element to an arraylist in java?
Explain an intermediate language?
What is a method vs function?
What is a singleton puppy?
why Java does not support multiple inheritances?
How can we find the sum of two linked lists using stack in java?