Why string is immutable with example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is return type in java?

0 Answers  


What is treeset in java?

0 Answers  


What do you mean by ternary operator in java?

0 Answers  


String Reverse in Java...!

5 Answers  


Is it possible for yielded thread to get chance for its execution again ?

0 Answers  


Can you call one constructor from another if a class has multiple constructors?

0 Answers  


What is qualitative variable?

0 Answers  


How do you include a string in java?

0 Answers  


How many bytes is string in java?

0 Answers  


What is enhanced loop in java?

0 Answers  


Can we able to pass objects as an arguments in java?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


Categories