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
Is hashset ordered java?
Why can we not override static method?
Convert a BST into a DLL and DLL to BST in place.
What is a ?
What are different types of inner classes ?
How can we pass argument to a function by reference instead of pass by value?
What is difference between stringbuffer and string?
What is the access scope of a protected method?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Which is bigger double or float?
How many wrapper classes are there in java?
How can you write a loop indefinitely in java programming?
Is java se free?
Is set thread safe java?
What is a generic type?