How to prove that Strings are immutable in Java? | Strings in Java | ABC

preview_player
Показать описание
In today's Episode, learn How to prove String is immutable in Java & Why String is immutable in Java.

About the trainer: Mr. Manjunath Aradhya, a technocrat by profession, a teacher by choice and an educationist by passion. Under his able leadership, ABC for Technology Training which is a National brand enabling the creation of thousands of careers annually in the IT Sector. He has extensive experience working as a Business associate with Wipro Technologies. He has also served as a corporate trainer to many other leading software firms. He has been providing technical assistance to placement cell of various Engineering colleges. He has also authored numerous hot selling engineering and other textbooks which are published by Pearson Education, an internationally acclaimed publication house headquartered in London. Other renowned international publishers such as Cengage Learning headquartered in Boston, United States, have published books authored by him. C Programming and Data Structures book published by Cengage India Private Limited authored by a profound scholar Mr. Manjunath Aradhya is the prescribed book in Dr. Hari Singh Gour University which is the Central University and the oldest university in the state of Madhya Pradesh (MP), India

To learn more about Technology, subscribe to our YouTube channel:

#StringBuffer #StringBuilder #mutable #immutable #Stringinjava #Javatutorials #Tutorialsforfreshers #howtocrackinterview #Javainterviewquestions #ABC #ManjunathAradhya

How to print duplicate characters present in a String using Maps in java

Introduction to Strings in Java

Computing length of String in C

Computing length of String in Java

Copying one String into another in Java

Reversing a String in Java

Palindrome Program in Java | Part 1

Palindrome Program in Java | Part 2

How to convert lowercase Strings to uppercase in Java | Part 1

How to Convert a String with spaces from lowercase to uppercase in Java | Part 2

Convert First Letter of Each Word From Lowercase to Uppercase in Java

How to count vowels consonants & special symbol in a string

How to verify if a String contains only integers

Pangram Program in Java

Loops in Java | for | while | do-while | for-each loop in java

Introduction to MAP Data Structure in Java

Accessing the Data in MAP Data Structure

Check if a String has ALL UNIQUE CHARACTERS using MAP Data Structure

How to print the First Non-Repeated character in a String using Maps in Java

How to print all Non-Repeated Characters in a String

How to find the maximum occurring character in a String using Maps in java

For more updates ABC Course, follow us on:
Contact us: 7676500600
Рекомендации по теме
Комментарии
Автор

Learn from Leaders, Learn from ABC.
Watch our latest technical videos in your language:

ABCforTechnologyTraining
Автор

Sir sorry my doubt might be silly, but I want to ask
When we use just string we use concat & when we use stringBuffer we use Append..
Why can't we use concat method only?

sanilwadakar
Автор

x = x.concat(y);
System.out.print(x);
Output :ABCTECH
You had not stored the value of concatenated string in any variable that's why it was not getting concatenated

shivankgarg
Автор

I was ur student, engineering batch : 2007 -2011

nagesh
Автор

Then what makes differ between stringbuffer and stringbuilder...? By both we can create mutable objects

ganeshaitha
Автор

By having a programming knowledge(Java or Python), is it possible to get a technical job without a College degree..?
Sir please answer me..?

adarshsagar
Автор

tq sir
your explanation is very nice but it is not clear sir

chukkadhanalakshmi
Автор

String s="abc" ;
s="xyz" ;

Output is coming xyz
It is changing why????

SubelalPal
welcome to shbcf.ru