string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
5 10884StringBuilder 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 8979In method overloading ,if i change the return type to Long instead of INT,is the program execute
6 11765why use interface? if interface declear a method implement in class. why direct implement method in class
1 2811There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
5 9184Post New HCL Core Java Interview Questions
Explain how to securing a computer network?
State the points to be considered for selecting a particular type wiring.
Define quadratic probing?
How many different cranial nerves are there in the human body?
How is compile-time and run-time code checking done in python ?
What is raw input function in python?
How to sign an assembly with strong name?
How do I make a picture border in word?
What is microsoft's web browser?
Which is the largest reef?
What are the differences between eav and flat model?
How do I share global variables across modules?
describe method overloading
What is the console in java?
Is artificial intelligence going to take over the world?