Top 10 Best Popular Programming Language in 2021.
- Python
- Java
- JavaScript
- R
- PHP
- Swift
- C
- Golang (Go)
- Scala
- Kotlin
1.Python
Python is high-level Data Structures and popular Programming Language. Python is Easy Syntax and Dynamic Semantics. Created by Guido Van Rossum in 1989.
Syntax
- print(“Hello”) // print statement
Advantages:
- Extensive Libraries.
- Open-Source.
- Object Oriented.
Disadvantages:
- Database Access.
- Runtime Errors.
2.Java
Java
Programming Language used:
Mobile Application.
Desktop Application.
Syntax:
- public class myJavaProgram
- {
- public static void main(String []args)
- {
- System.out.println("Hello"); // print statement
- }
- }
Advantages:
- Object Oriented Programming.
- Secure Programming Language.
- Memory Allocation.
Disadvantages:
- Slow Performance.
3.JavaScript
JavaScript
is Most Popular used Programming Language. JavaScript is Fully Dynamic
Language. JavaScript is an extremely Powerful Client-Side Scripting Language. JavaScript
in the Scripting Language of HTML and the Web. Created by Brandan Eich in
September 1995.
Animation Element.
Display popup Windows.
Display a Message.
Syntax:
- <html>
- <body>
- <script language=”javascript” type=”text/javascript”>
- document.write(“Hello”); // print statement
- </ script >
- </body>
- </html>
Advantages:
- Popularity.
- Server-Side Execution.
- Easy to Learn.
- Platform Independent.
Disadvantages:
- Security Issues.
- Browser Support
4.R Programming Language
R Programming Language Create by Ross Ihaka and Robert Gentleman. R Language is easy to learn for beginners. R Language is a free software environment for graphics and Statistical representation Supported.
Repotting.
- string<- "Hello"
- print(string) // print statement
Advantages:
Disadvantages:
5.PHP
Many Type Databases Supports in PHP (MySQL, Oracle, etc).
PHP Programming Language use:
Add, Delete, Update element in Database.
- <?php
- Echo ‘Hello’ // print statement
- ?>
Advantages:
Disadvantages:
6.Swift
A Swift Language is the most powerful language and compiled Programming for IOS, macOS, I watch OS, tvOS, etc. Swift Language Developed by Apple first released in 2014.
Syntax:
- Var mystr= “Hello World”
- print(mystr) // print statement
Advantages:
- Scalability.
- Cross-Device Support.
Disadvantages:
- Swift Does not Support enough native libraries.
7.C
C is General and High-level Language. C and
Linux is associated with each other. C is very Strong Feature Programming
Language. C is the Base for Programming language. C Language is Design by Dennis
Ritchie in 1972.
- #include<stdio.h>
- void main()
- {
- printf(“Hello”); // print statement
- }
Advantages:
- Powerful Language.
- Middle-Level Language.
Disadvantages:
- Not Support OOP Concept.
- Low-level abstraction.
8. Golang (Go)
GO Language is open Source Programming Language It is Powerful Programming language. Go is Compiled language. GO is Base on C and C++. Designed by Rob Pike, Robert Griesemer, Ken Thompson in 2007 But launched by Google in 2009.
GO Programming Language used:
Make Website.
- Package main
- import "fmt"
- func main()
- {
- fmt.prtingln("Hello"); // print statement
- }
Advantages:
- Easy to maintain Code
- Popular Language.
Disadvantages:
9.Scala
Scala
is a very fast and very important Language. Scala stands for scalable language.
Scala is a modern multi-paradigm Programming language. Scala is Function
Programming and Object-Oriented Programming both a Programming language
Supported. Scala programming Designed by Martin Odersky in 2003 Scala publicly
released in 2004.
- println(“Hello”) // print statement
- println(10*5) // print statement
Advantages:
Disadvantages:
10.Kotlin
Kotlin a Cross-platform. Kotlin Developed by JetBrains in 2011. Kotlin is Open Source. Kotlin Combines Object-Oriented and Functional Programming Features it is designed to be interoperable with java.
Syntax:- package hello
- Import kotlin.text.*
- fun main()
- {
- println(“Hello”); // print statement
- }
Advantages:
Disadvantages:
No comments: