Hai all
I want to print given array in reverse order Ex:
int a[]={1,2,3,4,5};display this array in reverse order.
Answer Posted / kumar
Either you can use the for loop or reverse() method to
display the results in reverse order.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How is hashcode calculated in java?
Explain the differences between static and dynamic variables?
How listener identify that the event came from a particular object?
what is daemon thread and which method is used to create the daemon thread? : Java thread
Can you make a constructor final?
What is indexof?
What do you mean by thread safe?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Which is better singleton or static class?
What are the different types of multitasking?
What does indexof mean?
What does a void function return?
How do you format in java?
What is this keyword used for?
What do you mean by data type?