Can memory leak happen java?


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

Post New Answer

More Core Java Interview Questions

what is purpose of collections.unmodified() method..?

1 Answers   Accenture,


What is the use of private static?

0 Answers  


Write a java program to generate fibonacci series ?

0 Answers   Cyient,


who was the founder of java

32 Answers   CTS, HCL, ProKarma,


What are actual parameters?

0 Answers  






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,


tell me some common

2 Answers   TCS,


Differentiate constructor and a method and how are it be used?

7 Answers   Wipro,


What is oop in java?

0 Answers  


What is method in java with example?

0 Answers  


Write a code to show a static variable?

0 Answers  


how to create a jar file in java

1 Answers  


Categories