Can memory leak in java?
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?
What is a function in programming?
What is lazy initialization in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
what is the final keyword denotes in java?
why HashTable not allow null key and value
What is the basic concepts of OOPS?
What does || mean in vectors?
What are identifiers in java?
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
what is java bean?where can we use it?
What is the advantage of OOP in java?