| Author |
Handling Memory leak & Performance
|
deepak carter
Ranch Hand
Joined: Feb 19, 2011
Posts: 159
|
|
|
How to handle memory leak & performance in java .any book which include these advance topics..i need it for an interview
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5901
|
|
deepak carter wrote:How to handle memory leak
By not hanging onto stuff after you're done using it.
& performance in java
By using appropriate architecture, design, data structures, algorithms, and hardware for the task at hand.
i need it for an interview
So, you don't actually understand these things, but you think that if you read a book, you can cram enough into your head for the short-term to fool the interviewer into thinking you do?
If you don't know it now, you won't know for real in time for the interview, and you won't know it when you need it on the job.
|
 |
 |
|
|
subject: Handling Memory leak & Performance
|
|
|