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 api in java?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is a ternary operator in java?
What is difference between an object and a class?
What are the various access specifiers in java?
what is encapsulation in java? Explain
Can we use switch statement with strings?
What about method local inner classes or local inner classes in java?
What are the object and class classes used for?
How does callback work in java?
Is string thread safe in java?
Why do we need data serialization?
State the significance of public, private, protected class?
Write a program to print all permutations of string?
Explain the difference between transient and volatile in java?