Answer Posted / guest
Yes. memory leaks are there in java.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain about interthread communication and how it takes place in java?
What is an object’s lock and which object’s have locks?
What are the advantages of exception handling?
How is hashcode calculated in java?
What does 0 mean in boolean?
How do you check if a character in a string is a digit or letter?
What does provide mean construction?
What is a marker interface?
What does n mean in java?
Can memory leak happen java?
Explain the use of javap tool.
What does the three dot emoji mean?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is java virtual machine and how it is considered in context of java’s platform independent feature?