Can memory leak in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


What is a function in programming?

0 Answers  


What is lazy initialization in java?

0 Answers  


How can you avoid serialization in child class if the base class is implementing the serializable interface?

0 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,


why HashTable not allow null key and value

2 Answers   Crimson Logic,


What is the basic concepts of OOPS?

0 Answers   BlackRock,


What does || mean in vectors?

0 Answers  


What are identifiers in java?

0 Answers  


hi to all. well can you please tell me that why String class is immutable? Thanks in advance.

5 Answers   Huawei,


what is java bean?where can we use it?

12 Answers   TCS,


What is the advantage of OOP in java?

0 Answers  


Categories