What is the purpose of garbage collection in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain your academic project?
2 Answers Accenture, Levonsys, SDF, TCS, Tech Mahindra,
Can we execute a program without main?
What is user defined exception in Java?
What is a condition in java?
what is difference between servletconfig and servletcontext?
What are the two major components of JDBC?
How do you sort an array in java?
What is an abstract class and abstract method?
Differentiate between stringbuffer and string?
Difference between association, composition and aggregation?
What is the difference between instanceof and isinstance?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.