Jab bhi without new keyword use kiye bina string ka object create hota hai to wo string pool me uniquely create hota hai Jo JVM handle krta hai, garbage collector ka usme koi role nhi hota.
@SurajSingh-el9bv Жыл бұрын
First Comment , You are doing great Job Brother , May God bless you always
@pratisthamukherjee7577 Жыл бұрын
too good explanation
@gauravmatta87836 ай бұрын
We need to deep copy in constructor as well for Collection Framework Objects.
@jayendrasingh9260 Жыл бұрын
@durgesh we can use a builder design pattern it provides immutable feature
@vinay_coders Жыл бұрын
Well explained ❤❤❤❤❤
@AmeyChittar Жыл бұрын
Hi Durgesh. I just wanted to request you one thing. I have been a regular viewer and subscriber of LCWD. Mera ek request hain ki kya aap ek video Bana sakte hain AWS services ke liye as a a developer. I have seen lot of videos with respect to aws but it was more of a devops kind of tutorials.. like there were many things which was not much useful for us and main thing like bean stalk i couldn't see. Hence agar app ek aws cloud ka tutorial banyenge for a simple angular spring boot project aur basic services needed of aws which is needed for a full stack developer it would be great. Thank you so much.
@arjunchaurasiya6709 Жыл бұрын
Spring boot new project ❤ required
@iiTzAkash Жыл бұрын
application.proporties jo hota spring boot mai vo kaise works hota question pucha tha muje can u explains
@HimanshuSingh-ii5ki Жыл бұрын
Durgesh sir Aapke videos ko mai daily bs aise hi dekhta hu . Like tech update or blog/vlog reading/watching please upload good concept videos. Ha ek baat aur 25 minute se kam ke videos naa post karen . Utana toh mai kisi website se bhi dekh lunga
@UmeshMane-k7d11 ай бұрын
Hi Sir, Marker interface ke bare me 1 details video upload karo. Ye blank hai to isako Java me kaise use karate hai? ye work kaise karata hai. Interview me mostly puchate hai.
@sumitmandar5729 Жыл бұрын
I have set a countdown timer on show html page real time count down. Which will last only 1 minute. And it will start again after every minute. I have to do this work in java with the help of spring boot and thymeleaf. I have done this work javascript.but JavaScript is showing different times on every browser. Show me the same time different browser same count timer
@sumitmandar5729 Жыл бұрын
Please help me
@ZakirBhai-y2d Жыл бұрын
can i anyone tell how to add images in Spring Security, Thymeleaf project
@abhishek_67 Жыл бұрын
Waiting for a project..🫡😊
@jaisaditya132 Жыл бұрын
What is Deep copy?
@shubhammanecr7 Жыл бұрын
Amazing! thanks for sharing, sir...
@kapilchaudhary4003 Жыл бұрын
Bhai Microservices ka part 2 kab aayega
@ramabala7901 Жыл бұрын
Sir pls shere you intellij plugins
@mohdshoebsabri1513 Жыл бұрын
Good afternoon
@Hycianth11 ай бұрын
bhai tera rate of speech bahot high hai
@Umesh_Nagose Жыл бұрын
Sir, Please make videos series on Angular for KZbin. 🙏🏻🙏🏻
@akshaysharmaBSG Жыл бұрын
u can do this.hashcode() to print the hashcode of the obj.
@serioussam2071 Жыл бұрын
Immutable aur singleton me kya difference hai?
@DreamDropsTV Жыл бұрын
Singleton means only 1 instance and can have multiple references. Immutable means you can't mutate a state of an object. That is no setters in class , but you can create multiple immutable instances unlike Singleton.