string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
5 10036StringBuilder 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 7889In method overloading ,if i change the return type to Long instead of INT,is the program execute
6 10729why use interface? if interface declear a method implement in class. why direct implement method in class
1 2325There 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 8215Post New HCL Core Java Interview Questions
Android ui is threadsafe? Is it true or false?
What are the events in ABAP language?
What is white box testing, and what are the various techniques?
Is mongodb support acid transactions?
Can two websites have same ip address?
Why do we use vector in c++?
What is application server node?
What is function group? Difference between function group and function module?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Name an api used for logging in java?
Where to find ntwdblib.dll version 2000.80.194.0?
What is if isna vlookup?
List some official packages provided by laravel?
List out what are the build phases in Maven?
Explain what if rack 2 and datanode fails?