What do you understand by garbage collection in Java? Can it be forced to run?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how to force the garbage collection in java.
Can an object be null?
Java is based on pass by reference or pass by value ..
Can we have more than one package statement in source file ?
How do you compare values in java?
What is Session and cookies?Explain in detail with an example?
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,
There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
what models are available for event handling?
Difference between linkedlist and arraylist.
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Explain notifyall() method of object class ?