Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners
Watch now to learn the difference between ".equals()" vs. "==" in Java. Full tutorial on the difference between "==" (double equals) and the ".equals()" method in Java. Especially for Strings, when do you use ==, and when do you use .equals?
Simple equality checks in Java can be tricky, but the facts are simpler than you may think.
This is a very beginner friendly beginner's Java coding lesson tutorial, where we'll discuss the difference between == and .equals() when doing equals checks in Java.
Learn or improve your Java by watching it being coded live!
Hey, I'm John! I'm a Lead Java Software Engineer who has been in the industry for more than a decade. I love sharing what I've learned over the yea...
published: 31 Jan 2021
JavaScript Tutorial: Double Equals (==) vs Triple Equals (===)
What’s the difference between double equal signs and triple equal signs in JavaScript?
JavaScript has two different operators for comparing equality depending on whether you are talking about equal values or the same Object, and we're going to explore the difference between double equals and triple equals in this JavaScript tutorial video.
#LearnToCode #SoftwareEngineer #JavaScriptTutorial #Coding #CodingBootcamp #Programming #Tech #JavaScript #JavaScriptInterviewQuestions
Free Sample Coding Curriculum:
https://rootstechnology.info/resources/
Want to learn how to code?
Let me be your mentor and teach you: www.ROOTsTechnology.info
Coding Portfolio Projects: https://bit.ly/roots-projects
Limited $50 off coupon: roots50
Schedule a phone call with me:
https://calendly.com/rootstechn...
published: 18 Nov 2021
c# interview question :- Difference between == VS .Equals()
For more such videos visit http://www.questpond.com
For more such videos subscribe https://www.youtube.com/questpondvideos?sub_confirmation=1
See our other Step by Step video series below :-
Learn C# Step by Step https://goo.gl/FNlqn3
Learn Design Pattern Step by Step:- https://goo.gl/eJdn0m
Learn Angular tutorial step by step https://tinyurl.com/ycd9j895
Learn MVC Core step by step :- http://tinyurl.com/y9jt3wkv
Learn Azure Step by Step :- https://tinyurl.com/y6fmrech
Learn SharePoint Step by Step in 8 hours:- https://goo.gl/XQKHeP
Python Tutorial for Beginners:- https://youtu.be/KjJ7WzEL-es
Learn Data Science in 1 hour :- https://tinyurl.com/y5o7qbau
Learn Power BI Step by Step:- https://tinyurl.com/y6thhkxw
Learn MSBI Step by Step in 32 hours:- https://goo.gl/TTpFZN
Learn SQL Server S...
In this video, we will take a look at a common conditional statement in Python:
if __name__ == '__main__':
This conditional is used to check whether a python module is being run directly or being imported.
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website -...
Difference Between "== Operator" And "equals() Method" In Java (Hindi)
#java #javatutorials #deepak #smartprogramming
☀ Java Development Course (Upto 80% off) : https://courses.smartprogramming.in
📞 For more details Call or What's App : +91 98887-55565
------------------------------------------------------------------------------------------
Difference between == operator and equals() method in java;
Difference between == operator & .equals () method;
Difference between == Operator and equals() Method in Java;
Java String Comparison == vs .equals();
Difference between equals() and == in java;
Java String Comparison - equals(), == Oper; Difference between == and equals method in Java;
Java equals vs == operator;
Java Tutorial Compare Objects Equality Operator Vs Equals Method; String tutorials in java;
string methods in java;
string methods;
string is immuta...
published: 02 Dec 2019
Python Quick Tip: The Difference Between "==" and "is" (Equality vs Identity)
In this Python Programming Tutorial, we will be learning the difference between using "==" and the "is" keyword when doing comparisons. The difference between these is that "==" checks to see if values are equal, and the "is" keyword checks their identity, which means it's going to check if the values are identical in terms of being the same object in memory. We'll learn more in the video. Let's get started...
Mutable vs Immutable - https://youtu.be/5qQQ3yzbKp8
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x15164941...
published: 06 Aug 2019
#46 Python Tutorial for Beginners | Special Variable __name__
Check out our courses:
Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : https://bit.ly/java-spring-cloud
For More Queries WhatsApp or Call on : +919008963671
website : https://courses.telusko.com/
Instagram : https://www.instagram.com/navinreddyofficial/
Linkedin : https://in.linkedin.com/in/navinreddy20
TELUSKO Android App : https://bit.ly/TeluskoApp
Discord : https://discord.gg/D8hWe9BqfF
In this lecture we will learn:
- What is the starting point of execution of code?
- What is a special variable in Python?
- __name__ variable in python
- How the name variable works in Python?
#1
- __main__ is the starting point of the python.
- The first module name is always main and the cod...
published: 12 Aug 2018
JavaScript Double Equals (==) vs Triple equals(===)
Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners
Watch now to learn the difference between ".equals()" vs. "==" in Java. Fu...
Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners
Watch now to learn the difference between ".equals()" vs. "==" in Java. Full tutorial on the difference between "==" (double equals) and the ".equals()" method in Java. Especially for Strings, when do you use ==, and when do you use .equals?
Simple equality checks in Java can be tricky, but the facts are simpler than you may think.
This is a very beginner friendly beginner's Java coding lesson tutorial, where we'll discuss the difference between == and .equals() when doing equals checks in Java.
Learn or improve your Java by watching it being coded live!
Hey, I'm John! I'm a Lead Java Software Engineer who has been in the industry for more than a decade. I love sharing what I've learned over the years in a way that's understandable for all levels of Java developers.
Let me know what else you'd like to see!
Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission.
📕 THE best book to learn Java, Effective Java by Joshua Bloch
https://amzn.to/36AfdUu
📕 One of my favorite programming books, Clean Code by Robert Martin
https://amzn.to/3GTPVhf
🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial
http://www.audibletrial.com/johncleancode
🖥️Standing desk brand I use for recording (get a code for $30 off through this link!)
https://bit.ly/3QPNGko
📹Phone I use for recording:
https://amzn.to/3HepYJu
🎙️Microphone I use (classy, I know):
https://amzn.to/3AYGdbz
Donate with PayPal (Thank you so much!)
https://www.paypal.com/donate/?hosted_button_id=3VWCJJRHP4WL2
☕Complete Java course:
https://codingwithjohn.thinkific.com/courses/java-for-beginners
https://codingwithjohn.com
Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners
Watch now to learn the difference between ".equals()" vs. "==" in Java. Full tutorial on the difference between "==" (double equals) and the ".equals()" method in Java. Especially for Strings, when do you use ==, and when do you use .equals?
Simple equality checks in Java can be tricky, but the facts are simpler than you may think.
This is a very beginner friendly beginner's Java coding lesson tutorial, where we'll discuss the difference between == and .equals() when doing equals checks in Java.
Learn or improve your Java by watching it being coded live!
Hey, I'm John! I'm a Lead Java Software Engineer who has been in the industry for more than a decade. I love sharing what I've learned over the years in a way that's understandable for all levels of Java developers.
Let me know what else you'd like to see!
Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission.
📕 THE best book to learn Java, Effective Java by Joshua Bloch
https://amzn.to/36AfdUu
📕 One of my favorite programming books, Clean Code by Robert Martin
https://amzn.to/3GTPVhf
🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial
http://www.audibletrial.com/johncleancode
🖥️Standing desk brand I use for recording (get a code for $30 off through this link!)
https://bit.ly/3QPNGko
📹Phone I use for recording:
https://amzn.to/3HepYJu
🎙️Microphone I use (classy, I know):
https://amzn.to/3AYGdbz
Donate with PayPal (Thank you so much!)
https://www.paypal.com/donate/?hosted_button_id=3VWCJJRHP4WL2
☕Complete Java course:
https://codingwithjohn.thinkific.com/courses/java-for-beginners
https://codingwithjohn.com
What’s the difference between double equal signs and triple equal signs in JavaScript?
JavaScript has two different operators for comparing equality depending...
What’s the difference between double equal signs and triple equal signs in JavaScript?
JavaScript has two different operators for comparing equality depending on whether you are talking about equal values or the same Object, and we're going to explore the difference between double equals and triple equals in this JavaScript tutorial video.
#LearnToCode #SoftwareEngineer #JavaScriptTutorial #Coding #CodingBootcamp #Programming #Tech #JavaScript #JavaScriptInterviewQuestions
Free Sample Coding Curriculum:
https://rootstechnology.info/resources/
Want to learn how to code?
Let me be your mentor and teach you: www.ROOTsTechnology.info
Coding Portfolio Projects: https://bit.ly/roots-projects
Limited $50 off coupon: roots50
Schedule a phone call with me:
https://calendly.com/rootstechnology-tj/quick-chat
Buy me coffee:
https://www.buymeacoffee.com/toluvstj
Subscribe Here:
https://www.youtube.com/c/ToluVsTj?sub_confirmation=1
Recommended Playlists:
Latest Uploads - https://www.youtube.com/watch?v=ZTVqedzv3LM&list=UUGd4lXLPBFHgbxYyO5s2tlA&index=2
Most Popular - https://www.youtube.com/watch?v=NyCyknm_n8M&list=PUGd4lXLPBFHgbxYyO5s2tlA&index=2
Careers in Tech - https://www.youtube.com/watch?v=HN0wRKME07Y&list=PLSfWIdYZl6qcUN0ZjjekWJOoeOMsa8KYr
Entrepreneurs - https://www.youtube.com/watch?v=YaCu4S8liJA&list=PLSfWIdYZl6qc1NjKCIcRxwT6ODXjWwcV5
Career Prep - https://www.youtube.com/watch?v=dbia5lqgEXI&list=PLSfWIdYZl6qc8kBMjeJCKnMNL7ud-PC70
Tech Insights Playlist: https://www.youtube.com/watch?v=NyCyknm_n8M&list=PLSfWIdYZl6qcNkMyzMmMq3m5VNUOIGRsO
Learn to code in 5 minutes (HTML, CSS, and JavaScript tutorial): https://www.youtube.com/watch?v=gskko9DggXs
What’s the difference between double equal signs and triple equal signs in JavaScript?
JavaScript has two different operators for comparing equality depending on whether you are talking about equal values or the same Object, and we're going to explore the difference between double equals and triple equals in this JavaScript tutorial video.
#LearnToCode #SoftwareEngineer #JavaScriptTutorial #Coding #CodingBootcamp #Programming #Tech #JavaScript #JavaScriptInterviewQuestions
Free Sample Coding Curriculum:
https://rootstechnology.info/resources/
Want to learn how to code?
Let me be your mentor and teach you: www.ROOTsTechnology.info
Coding Portfolio Projects: https://bit.ly/roots-projects
Limited $50 off coupon: roots50
Schedule a phone call with me:
https://calendly.com/rootstechnology-tj/quick-chat
Buy me coffee:
https://www.buymeacoffee.com/toluvstj
Subscribe Here:
https://www.youtube.com/c/ToluVsTj?sub_confirmation=1
Recommended Playlists:
Latest Uploads - https://www.youtube.com/watch?v=ZTVqedzv3LM&list=UUGd4lXLPBFHgbxYyO5s2tlA&index=2
Most Popular - https://www.youtube.com/watch?v=NyCyknm_n8M&list=PUGd4lXLPBFHgbxYyO5s2tlA&index=2
Careers in Tech - https://www.youtube.com/watch?v=HN0wRKME07Y&list=PLSfWIdYZl6qcUN0ZjjekWJOoeOMsa8KYr
Entrepreneurs - https://www.youtube.com/watch?v=YaCu4S8liJA&list=PLSfWIdYZl6qc1NjKCIcRxwT6ODXjWwcV5
Career Prep - https://www.youtube.com/watch?v=dbia5lqgEXI&list=PLSfWIdYZl6qc8kBMjeJCKnMNL7ud-PC70
Tech Insights Playlist: https://www.youtube.com/watch?v=NyCyknm_n8M&list=PLSfWIdYZl6qcNkMyzMmMq3m5VNUOIGRsO
Learn to code in 5 minutes (HTML, CSS, and JavaScript tutorial): https://www.youtube.com/watch?v=gskko9DggXs
For more such videos visit http://www.questpond.com
For more such videos subscribe https://www.youtube.com/questpondvideos?sub_confirmation=1
See our other Ste...
For more such videos visit http://www.questpond.com
For more such videos subscribe https://www.youtube.com/questpondvideos?sub_confirmation=1
See our other Step by Step video series below :-
Learn C# Step by Step https://goo.gl/FNlqn3
Learn Design Pattern Step by Step:- https://goo.gl/eJdn0m
Learn Angular tutorial step by step https://tinyurl.com/ycd9j895
Learn MVC Core step by step :- http://tinyurl.com/y9jt3wkv
Learn Azure Step by Step :- https://tinyurl.com/y6fmrech
Learn SharePoint Step by Step in 8 hours:- https://goo.gl/XQKHeP
Python Tutorial for Beginners:- https://youtu.be/KjJ7WzEL-es
Learn Data Science in 1 hour :- https://tinyurl.com/y5o7qbau
Learn Power BI Step by Step:- https://tinyurl.com/y6thhkxw
Learn MSBI Step by Step in 32 hours:- https://goo.gl/TTpFZN
Learn SQL Server Step by Step http://tinyurl.com/ja4zmwu
Learn Tableau step by step :- https://tinyurl.com/kh6ojyo
What is the Difference between == VS .Equals() ?. This is a interesting c# interview questions which is making rounds in the .NET interviews.
"==" compares if the object references are same while ".Equals()" compares if the contents are same.
We are also distributing a 200 page Ebook ".NET Interview Question and Answers". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on
[email protected] with the shared link and we will email you the PDF.
For more such videos visit http://www.questpond.com
For more such videos subscribe https://www.youtube.com/questpondvideos?sub_confirmation=1
See our other Step by Step video series below :-
Learn C# Step by Step https://goo.gl/FNlqn3
Learn Design Pattern Step by Step:- https://goo.gl/eJdn0m
Learn Angular tutorial step by step https://tinyurl.com/ycd9j895
Learn MVC Core step by step :- http://tinyurl.com/y9jt3wkv
Learn Azure Step by Step :- https://tinyurl.com/y6fmrech
Learn SharePoint Step by Step in 8 hours:- https://goo.gl/XQKHeP
Python Tutorial for Beginners:- https://youtu.be/KjJ7WzEL-es
Learn Data Science in 1 hour :- https://tinyurl.com/y5o7qbau
Learn Power BI Step by Step:- https://tinyurl.com/y6thhkxw
Learn MSBI Step by Step in 32 hours:- https://goo.gl/TTpFZN
Learn SQL Server Step by Step http://tinyurl.com/ja4zmwu
Learn Tableau step by step :- https://tinyurl.com/kh6ojyo
What is the Difference between == VS .Equals() ?. This is a interesting c# interview questions which is making rounds in the .NET interviews.
"==" compares if the object references are same while ".Equals()" compares if the contents are same.
We are also distributing a 200 page Ebook ".NET Interview Question and Answers". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on
[email protected] with the shared link and we will email you the PDF.
In this video, we will take a look at a common conditional statement in Python:
if __name__ == '__main__':
This conditional is used to check whether a python m...
In this video, we will take a look at a common conditional statement in Python:
if __name__ == '__main__':
This conditional is used to check whether a python module is being run directly or being imported.
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - http://coreyms.com/
My Second Channel - https://www.youtube.com/c/coreymschafer
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Instagram - https://www.instagram.com/coreymschafer/
#Python
In this video, we will take a look at a common conditional statement in Python:
if __name__ == '__main__':
This conditional is used to check whether a python module is being run directly or being imported.
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - http://coreyms.com/
My Second Channel - https://www.youtube.com/c/coreymschafer
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Instagram - https://www.instagram.com/coreymschafer/
#Python
#java #javatutorials #deepak #smartprogramming
☀ Java Development Course (Upto 80% off) : https://courses.smartprogramming.in
📞 For more details Call or What's ...
#java #javatutorials #deepak #smartprogramming
☀ Java Development Course (Upto 80% off) : https://courses.smartprogramming.in
📞 For more details Call or What's App : +91 98887-55565
------------------------------------------------------------------------------------------
Difference between == operator and equals() method in java;
Difference between == operator & .equals () method;
Difference between == Operator and equals() Method in Java;
Java String Comparison == vs .equals();
Difference between equals() and == in java;
Java String Comparison - equals(), == Oper; Difference between == and equals method in Java;
Java equals vs == operator;
Java Tutorial Compare Objects Equality Operator Vs Equals Method; String tutorials in java;
string methods in java;
string methods;
string is immutable;
Strings Introduction in Java by Deepak (Hindi);
String Constant Pool in Java || String Object Creation in Java;
What is String Immutable || Why String Object Is Immutable in Java;
Why String is final in Java || Important Features of String class
------------------------------------------------------------------------------------------
Follow Me On Social Media :-
► Website : https://www.smartprogramming.in
► Instagram : https://www.instagram.com/smart_programming
► Facebook : https://www.facebook.com/smartprogramming.india
#java #javatutorials #deepak #smartprogramming
☀ Java Development Course (Upto 80% off) : https://courses.smartprogramming.in
📞 For more details Call or What's App : +91 98887-55565
------------------------------------------------------------------------------------------
Difference between == operator and equals() method in java;
Difference between == operator & .equals () method;
Difference between == Operator and equals() Method in Java;
Java String Comparison == vs .equals();
Difference between equals() and == in java;
Java String Comparison - equals(), == Oper; Difference between == and equals method in Java;
Java equals vs == operator;
Java Tutorial Compare Objects Equality Operator Vs Equals Method; String tutorials in java;
string methods in java;
string methods;
string is immutable;
Strings Introduction in Java by Deepak (Hindi);
String Constant Pool in Java || String Object Creation in Java;
What is String Immutable || Why String Object Is Immutable in Java;
Why String is final in Java || Important Features of String class
------------------------------------------------------------------------------------------
Follow Me On Social Media :-
► Website : https://www.smartprogramming.in
► Instagram : https://www.instagram.com/smart_programming
► Facebook : https://www.facebook.com/smartprogramming.india
In this Python Programming Tutorial, we will be learning the difference between using "==" and the "is" keyword when doing comparisons. The difference between t...
In this Python Programming Tutorial, we will be learning the difference between using "==" and the "is" keyword when doing comparisons. The difference between these is that "==" checks to see if values are equal, and the "is" keyword checks their identity, which means it's going to check if the values are identical in terms of being the same object in memory. We'll learn more in the video. Let's get started...
Mutable vs Immutable - https://youtu.be/5qQQ3yzbKp8
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - http://coreyms.com/
My Second Channel - https://www.youtube.com/c/coreymschafer
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Instagram - https://www.instagram.com/coreymschafer/
#Python
In this Python Programming Tutorial, we will be learning the difference between using "==" and the "is" keyword when doing comparisons. The difference between these is that "==" checks to see if values are equal, and the "is" keyword checks their identity, which means it's going to check if the values are identical in terms of being the same object in memory. We'll learn more in the video. Let's get started...
Mutable vs Immutable - https://youtu.be/5qQQ3yzbKp8
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - http://coreyms.com/
My Second Channel - https://www.youtube.com/c/coreymschafer
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Instagram - https://www.instagram.com/coreymschafer/
#Python
Check out our courses:
Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring ...
Check out our courses:
Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : https://bit.ly/java-spring-cloud
For More Queries WhatsApp or Call on : +919008963671
website : https://courses.telusko.com/
Instagram : https://www.instagram.com/navinreddyofficial/
Linkedin : https://in.linkedin.com/in/navinreddy20
TELUSKO Android App : https://bit.ly/TeluskoApp
Discord : https://discord.gg/D8hWe9BqfF
In this lecture we will learn:
- What is the starting point of execution of code?
- What is a special variable in Python?
- __name__ variable in python
- How the name variable works in Python?
#1
- __main__ is the starting point of the python.
- The first module name is always main and the code starts from main.
- __name__ is a variable name that return the __main__.
- _name__ is a built-in variable that evaluates the name of the current module.
- The value of the name changes as per the place where it is used, so that's why it is known as a variable.
- If you are an individual file or module, then the name will return main.
- If you are importing another module containing the name variable in any file, then the name variable will return the name of that module.
OR,
- If you are running a file as a main and using a named variable in it, then it will print the main.
- But if you are printing a name that is imported as a module in another file, then it will print the module name.
#2
- The use of a function with the name variable helps the interpreter in checking if it's parsing the currently executed script, or if it's temporarily parsing another external script.
if __name__ == "__main__":
This statement helps us to control the behaviour of different parts of the program.
- It chooses the number of lines of codes that can be executed from the external script as well as the currently executed script depending on the scenarios.
Github :- https://github.com/navinreddy20/Python-
Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.
Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmk...
Telusko Hindi :
https://www.youtube.com/channel/UCitz...
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus
Check out our courses:
Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : https://bit.ly/java-spring-cloud
For More Queries WhatsApp or Call on : +919008963671
website : https://courses.telusko.com/
Instagram : https://www.instagram.com/navinreddyofficial/
Linkedin : https://in.linkedin.com/in/navinreddy20
TELUSKO Android App : https://bit.ly/TeluskoApp
Discord : https://discord.gg/D8hWe9BqfF
In this lecture we will learn:
- What is the starting point of execution of code?
- What is a special variable in Python?
- __name__ variable in python
- How the name variable works in Python?
#1
- __main__ is the starting point of the python.
- The first module name is always main and the code starts from main.
- __name__ is a variable name that return the __main__.
- _name__ is a built-in variable that evaluates the name of the current module.
- The value of the name changes as per the place where it is used, so that's why it is known as a variable.
- If you are an individual file or module, then the name will return main.
- If you are importing another module containing the name variable in any file, then the name variable will return the name of that module.
OR,
- If you are running a file as a main and using a named variable in it, then it will print the main.
- But if you are printing a name that is imported as a module in another file, then it will print the module name.
#2
- The use of a function with the name variable helps the interpreter in checking if it's parsing the currently executed script, or if it's temporarily parsing another external script.
if __name__ == "__main__":
This statement helps us to control the behaviour of different parts of the program.
- It chooses the number of lines of codes that can be executed from the external script as well as the currently executed script depending on the scenarios.
Github :- https://github.com/navinreddy20/Python-
Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.
Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmk...
Telusko Hindi :
https://www.youtube.com/channel/UCitz...
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus
Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners
Watch now to learn the difference between ".equals()" vs. "==" in Java. Full tutorial on the difference between "==" (double equals) and the ".equals()" method in Java. Especially for Strings, when do you use ==, and when do you use .equals?
Simple equality checks in Java can be tricky, but the facts are simpler than you may think.
This is a very beginner friendly beginner's Java coding lesson tutorial, where we'll discuss the difference between == and .equals() when doing equals checks in Java.
Learn or improve your Java by watching it being coded live!
Hey, I'm John! I'm a Lead Java Software Engineer who has been in the industry for more than a decade. I love sharing what I've learned over the years in a way that's understandable for all levels of Java developers.
Let me know what else you'd like to see!
Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission.
📕 THE best book to learn Java, Effective Java by Joshua Bloch
https://amzn.to/36AfdUu
📕 One of my favorite programming books, Clean Code by Robert Martin
https://amzn.to/3GTPVhf
🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial
http://www.audibletrial.com/johncleancode
🖥️Standing desk brand I use for recording (get a code for $30 off through this link!)
https://bit.ly/3QPNGko
📹Phone I use for recording:
https://amzn.to/3HepYJu
🎙️Microphone I use (classy, I know):
https://amzn.to/3AYGdbz
Donate with PayPal (Thank you so much!)
https://www.paypal.com/donate/?hosted_button_id=3VWCJJRHP4WL2
☕Complete Java course:
https://codingwithjohn.thinkific.com/courses/java-for-beginners
https://codingwithjohn.com
What’s the difference between double equal signs and triple equal signs in JavaScript?
JavaScript has two different operators for comparing equality depending on whether you are talking about equal values or the same Object, and we're going to explore the difference between double equals and triple equals in this JavaScript tutorial video.
#LearnToCode #SoftwareEngineer #JavaScriptTutorial #Coding #CodingBootcamp #Programming #Tech #JavaScript #JavaScriptInterviewQuestions
Free Sample Coding Curriculum:
https://rootstechnology.info/resources/
Want to learn how to code?
Let me be your mentor and teach you: www.ROOTsTechnology.info
Coding Portfolio Projects: https://bit.ly/roots-projects
Limited $50 off coupon: roots50
Schedule a phone call with me:
https://calendly.com/rootstechnology-tj/quick-chat
Buy me coffee:
https://www.buymeacoffee.com/toluvstj
Subscribe Here:
https://www.youtube.com/c/ToluVsTj?sub_confirmation=1
Recommended Playlists:
Latest Uploads - https://www.youtube.com/watch?v=ZTVqedzv3LM&list=UUGd4lXLPBFHgbxYyO5s2tlA&index=2
Most Popular - https://www.youtube.com/watch?v=NyCyknm_n8M&list=PUGd4lXLPBFHgbxYyO5s2tlA&index=2
Careers in Tech - https://www.youtube.com/watch?v=HN0wRKME07Y&list=PLSfWIdYZl6qcUN0ZjjekWJOoeOMsa8KYr
Entrepreneurs - https://www.youtube.com/watch?v=YaCu4S8liJA&list=PLSfWIdYZl6qc1NjKCIcRxwT6ODXjWwcV5
Career Prep - https://www.youtube.com/watch?v=dbia5lqgEXI&list=PLSfWIdYZl6qc8kBMjeJCKnMNL7ud-PC70
Tech Insights Playlist: https://www.youtube.com/watch?v=NyCyknm_n8M&list=PLSfWIdYZl6qcNkMyzMmMq3m5VNUOIGRsO
Learn to code in 5 minutes (HTML, CSS, and JavaScript tutorial): https://www.youtube.com/watch?v=gskko9DggXs
For more such videos visit http://www.questpond.com
For more such videos subscribe https://www.youtube.com/questpondvideos?sub_confirmation=1
See our other Step by Step video series below :-
Learn C# Step by Step https://goo.gl/FNlqn3
Learn Design Pattern Step by Step:- https://goo.gl/eJdn0m
Learn Angular tutorial step by step https://tinyurl.com/ycd9j895
Learn MVC Core step by step :- http://tinyurl.com/y9jt3wkv
Learn Azure Step by Step :- https://tinyurl.com/y6fmrech
Learn SharePoint Step by Step in 8 hours:- https://goo.gl/XQKHeP
Python Tutorial for Beginners:- https://youtu.be/KjJ7WzEL-es
Learn Data Science in 1 hour :- https://tinyurl.com/y5o7qbau
Learn Power BI Step by Step:- https://tinyurl.com/y6thhkxw
Learn MSBI Step by Step in 32 hours:- https://goo.gl/TTpFZN
Learn SQL Server Step by Step http://tinyurl.com/ja4zmwu
Learn Tableau step by step :- https://tinyurl.com/kh6ojyo
What is the Difference between == VS .Equals() ?. This is a interesting c# interview questions which is making rounds in the .NET interviews.
"==" compares if the object references are same while ".Equals()" compares if the contents are same.
We are also distributing a 200 page Ebook ".NET Interview Question and Answers". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on
[email protected] with the shared link and we will email you the PDF.
In this video, we will take a look at a common conditional statement in Python:
if __name__ == '__main__':
This conditional is used to check whether a python module is being run directly or being imported.
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - http://coreyms.com/
My Second Channel - https://www.youtube.com/c/coreymschafer
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Instagram - https://www.instagram.com/coreymschafer/
#Python
#java #javatutorials #deepak #smartprogramming
☀ Java Development Course (Upto 80% off) : https://courses.smartprogramming.in
📞 For more details Call or What's App : +91 98887-55565
------------------------------------------------------------------------------------------
Difference between == operator and equals() method in java;
Difference between == operator & .equals () method;
Difference between == Operator and equals() Method in Java;
Java String Comparison == vs .equals();
Difference between equals() and == in java;
Java String Comparison - equals(), == Oper; Difference between == and equals method in Java;
Java equals vs == operator;
Java Tutorial Compare Objects Equality Operator Vs Equals Method; String tutorials in java;
string methods in java;
string methods;
string is immutable;
Strings Introduction in Java by Deepak (Hindi);
String Constant Pool in Java || String Object Creation in Java;
What is String Immutable || Why String Object Is Immutable in Java;
Why String is final in Java || Important Features of String class
------------------------------------------------------------------------------------------
Follow Me On Social Media :-
► Website : https://www.smartprogramming.in
► Instagram : https://www.instagram.com/smart_programming
► Facebook : https://www.facebook.com/smartprogramming.india
In this Python Programming Tutorial, we will be learning the difference between using "==" and the "is" keyword when doing comparisons. The difference between these is that "==" checks to see if values are equal, and the "is" keyword checks their identity, which means it's going to check if the values are identical in terms of being the same object in memory. We'll learn more in the video. Let's get started...
Mutable vs Immutable - https://youtu.be/5qQQ3yzbKp8
✅ Support My Channel Through Patreon:
https://www.patreon.com/coreyms
✅ Become a Channel Member:
https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join
✅ One-Time Contribution Through PayPal:
https://goo.gl/649HFY
✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot
✅ Corey's Public Amazon Wishlist
http://a.co/inIyro1
✅ Equipment I Use and Books I Recommend:
https://www.amazon.com/shop/coreyschafer
▶️ You Can Find Me On:
My Website - http://coreyms.com/
My Second Channel - https://www.youtube.com/c/coreymschafer
Facebook - https://www.facebook.com/CoreyMSchafer
Twitter - https://twitter.com/CoreyMSchafer
Instagram - https://www.instagram.com/coreymschafer/
#Python
Check out our courses:
Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : https://bit.ly/java-spring-cloud
For More Queries WhatsApp or Call on : +919008963671
website : https://courses.telusko.com/
Instagram : https://www.instagram.com/navinreddyofficial/
Linkedin : https://in.linkedin.com/in/navinreddy20
TELUSKO Android App : https://bit.ly/TeluskoApp
Discord : https://discord.gg/D8hWe9BqfF
In this lecture we will learn:
- What is the starting point of execution of code?
- What is a special variable in Python?
- __name__ variable in python
- How the name variable works in Python?
#1
- __main__ is the starting point of the python.
- The first module name is always main and the code starts from main.
- __name__ is a variable name that return the __main__.
- _name__ is a built-in variable that evaluates the name of the current module.
- The value of the name changes as per the place where it is used, so that's why it is known as a variable.
- If you are an individual file or module, then the name will return main.
- If you are importing another module containing the name variable in any file, then the name variable will return the name of that module.
OR,
- If you are running a file as a main and using a named variable in it, then it will print the main.
- But if you are printing a name that is imported as a module in another file, then it will print the module name.
#2
- The use of a function with the name variable helps the interpreter in checking if it's parsing the currently executed script, or if it's temporarily parsing another external script.
if __name__ == "__main__":
This statement helps us to control the behaviour of different parts of the program.
- It chooses the number of lines of codes that can be executed from the external script as well as the currently executed script depending on the scenarios.
Github :- https://github.com/navinreddy20/Python-
Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.
Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmk...
Telusko Hindi :
https://www.youtube.com/channel/UCitz...
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus