Instantiating a String Object

preview_player
Показать описание
Java Programming: Instantiating a String Object in Java Programming
Topics discussed:
1. The new keyword in Java.
2. Instantiating an object in Java.
3. Instantiating a String object using the new keyword.

Music:
Axol x Alex Skrindo - You [NCS Release]

#JavaByNeso #JavaProgramming #StringObject
Рекомендации по теме
Комментарии
Автор

*I love the way u teach sir...U teach very systematically and clearly*

AbhishekSingh-cufe
Автор

Data structure video are most important sir please continue will it available..🙏🙏🙏

rajatkumar
Автор

I started liking ur videos before watching😘

tg-shyam
Автор

(4:55) I tried this one also in IntelliJ.
The value in all three variables (name1, name2 & name3) seems pretty much independent of each other no matter how I declare them.
Even if when I declare name2 I assign it name1, it's value goes unaffected when I change name1's value.

justpaulo
Автор

Sir why you did not continue data structure lessons in C programming.

rajatkumar
Автор

I need help, so it’s like using « new keyword «  with String is like, you using String as a primitive type for that moment ?

b_b_d_b
Автор

Sir please upload video timely
Plz, 👍👍👍

chamanlal
Автор

Are there power point documents for subscribers on the site ?

khaledalsayeh
Автор

"the Russian accent"
bro its just so f ing cool

mruniversalgamer
Автор

Sir! where is data structurecs video lessons.

rajatkumar
Автор

Please make a new video content on C#, net technologies.

Bhaktigitasaar
Автор

But in the last example 5:06
if we write,
String name1 = "Neso Academy";
String name2 = name1;
Only then name1 and name2 will point to the same memory address where "Neso Academy" is stored.

But if we write,
String name1 = "Neso Academy";
String name2 = "Neso Academy";
Then name1 and name2 will point to different memory address (Different addresses but in both places same data "Neso Academy" will be present )

AM I RIGHT?

sayandeepsoren
Автор

so basically referencing is storing same data in different variable to have same memory location?

mingchang
Автор

Sir we are very curios about your app you told in January you are going to launch . When you are going to launch????

balakrishnaprasad
Автор

Sir why did you stop uploading vedioes on computer networks?

mayankverma
Автор

All strings hold their own values despite of assignment operator. Info in this video is wrong.

razataha