Answer Posted / jaseer v
Garbage collector
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
What is cr keyboard?
Are arrays passed by reference in java?
Explain java coding standards for variables ?
What are design patterns and please explain?
What is an iterator interface in java programming?
What is the purpose of a transient variable?
What are the string methods in java?
Explain hashset and its features?
how to convert Java project into Maven ?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is the difference between jdk and jre?
Can we make the abstract methods static in java?
Does constructor be static?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What is Java Package and which package is imported by default?