What is garbage collection? What is the process that is responsible for doing that in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is overloading and overriding with example?
y cant i declare method like public final static show()
Why is the main method static in Java?
What are the classes of java?
What is Interface?
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
What is the meaning of immutable regarding string?
how can you say that java is independ language
How objects are stored in java?
What is the difference between this() and super() in java?
What is a finally block? Is there a case when finally will not execute?
how to compile jsp?