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 / anandkumar
hai kumar you r wrong
with use of loop only we can reverse...
we can't do it with reverse() method b'coz this is not String Type....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the System class?
Why are arrays useful in java?
How does arrays sort work in java?
what is comparable and comparator interface?
What is this keyword used for?
What are access specifiers in java ?
Write a java program to print fibonacci series?
What are keywords and reserved words in java?
What is a boolean output?
How do you download stubs from Remote place?
Does java support function overloading, pointers, structures, unions or linked lists?
What is jee6?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is nan inf?
How do you ensure that n threads can access n resources without deadlock?