How to avoid memory leak in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the pointers in Java?
Why hashcode is used in java?
When is the garbage collection used in Java?
What are the rules for naming an array?
What do you mean by constructor?
What is sortedmap interface?
Explain role of constructor in a java application?
What is difference between classpath and path variables in java?
y cant i declare method like public final static show()
What is the generic class?
Can you call a method in a method?
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.