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
Is char a method in java?
Why we use multi threading instead of multiprocessing?
What are different data types?
What is a qms manual?
If we don’t want some of the fields not to serialize how to do that?
What is externalizable interface?
Why string is immutable or final in java
What is the difference between math floor and math round?
What is assembly used for?
How do you reverse a string in java without using string buffer?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are the rules for variable declaration?
What are the advantages of functions?
What is difference between module and function?