πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Differences B/W Compiled, Interpreted and Declarative Language

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Compiled Language:

  • It executes entire program in a single shot
  • It is faster and more effecient
  • eg : c, c++ …

Interpreted Language:

  • It executes one line at a time
  • It is slow compare to complied language
  • eg: python, …

Declarative Language:

  • it is non-procedular language
  • declarative languages are fact oriented
  • eg : json, xml, sql