1/12
Introduction To MySQL Database for Beginners -
PART - 1π§΅π
MySQL is an open-source database management system that allows you to manage RDMS
SQL=Structured Query Language
It is used to query the MySQL DB.
#DEVCommunity#Database#100DaysOfCode#WomenWhoCode#CodeNewbie
I am so disappointed by the bad traffic management in #Pondicherry.
I was standing in the signal inside my car following the traffic rules, a bike PY 01 CB 2932 came from behind and scratched my car, ran and I couldn't come out of car. I need help. @LGov_Puducherry@THPondy
I am so disappointed by the bad traffic management in #Pondicherry.
I was standing in the signal inside my car following the traffic rules, a bike PY 01 CB 2932 came from behind and scratched my car, ran and I couldn't come out of car. I need help. @LGov_Puducherry@THPondy
Tips to Improve your Programming Skillsπ‘π§΅
# Strong Hold Over Data Structures and Algorithm concepts is a Must.
# Focus on the Language Fundamentals
# Code Regularly And Rewrite Your Code When You Learn Something New.
# Participate in Forums, Teach, Share Knowledge
The 'finally' block will execute when we put a return statement in the try block or catch block.
But the finally block won't get executed if we call System.exit() from the try or catch block because it exits the current program by terminating running Java Virtual Machine.
A very tricky Java Question for Interviews π‘π§΅π
What happens when you put the
1) return statement
2)System.exit()
on the try or catch block respectively?
Will finally block execute?
#Java#coderoversduo#programming