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 / guest
5
4
3
2
1
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is the use of set in java?
How to avoid memory leak in java?
What is the use of toarray () in java?
Is Constructor possible in abstract class in java ?
What is finally and finalize in java?
What do you mean by JVM?
What are 3 boolean operators?
What is the type of lambda expression?
Is treeset sorted in java?
What are some alternatives to inheritance?
What does int [] mean in java?
Can you use this() and super() both in a constructor?
Explain the features of java?
How many types of memory areas are allocated by jvm?
What is the difference between interface & abstract class?