string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
5 10850StringBuilder 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 8947In method overloading ,if i change the return type to Long instead of INT,is the program execute
6 11712why use interface? if interface declear a method implement in class. why direct implement method in class
1 2793There 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 9154Post New HCL Core Java Interview Questions
Where can I find php ini file?
Why do we create public static method in java?
What is match function in excel?
Issues related in upgrading SQL Server 2000 to 2005 / 2008
What are the different odata services that are required for sap fiori launchpad?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is a “stateless” protocol ?
Does edge browser support activex?
What is surrogate key? Where we use it?
When should you opt for manual testing over automation testing?
What does inject it mean?
What is table calculation in tableau?
What are the usual xml apis?
What are tuples and relation?
What do you mean by net postings?