string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
5 10715StringBuilder 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 8782In method overloading ,if i change the return type to Long instead of INT,is the program execute
6 11542why use interface? if interface declear a method implement in class. why direct implement method in class
1 2724There 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 9007Post New HCL Core Java Interview Questions
What is the difference between “planned consumption” and “unplanned consumption”? Can safety stock calculation be done on either of these?
What is the questions for pay roll executive in HR
What mandatory options are required for bcp command utility?
What does f6 key do?
Write the key board shortcuts used on aix terminal.
How do temporal tables work?
How do I turn off data connection in excel?
how to know the diffrential relay setting of 06mva step- down (delta-star)transformer?
What is a currency factoring technique?
What is angular libraries?
How do clients handle dns requests to failed servers?
How can we see the boot messages?
How do I check if a value is in a range in excel?
What is the use of intialize verb?
how can i implement a program of polynomial adding,multiplication,through c language???