If circular link of two objects, then will it be garbage
collected ?
Answer Posted / uppaluri
No
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What does java se mean?
What is command line used for?
What is the use of parse function in java?
What is * argv?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Tell us something about different types of casting?
Can memory leak happen java?
What is instanceof keyword?
What is meant by overloading?
How do you replace a string in java?
What is the use of set in java?
How can you read content from file in java?
Is java a compiler?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What are different access specifiers in java? Explain