Answer Posted / deeksha
No, there is no memory leaks in java
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
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. (
Are arrays static in java?
What is vector?
What is the difference between reader/writer and inputstream/output stream?
What are filterstreams?
How can we use primitive data types as objects?
Is void a data type?
What is the different between get and post?
What does the append?
Explain about OOPS concepts and fundamentals.
Why string is called as immutable?
What is the maximum size of hashmap in java?
What are the benefits of immutable objects?
What was java originally called?
How would you format a date in java? I.e. In the ddmmyyy format?