0
What' is best between Java and JavaScript????
Please tell me I am want to choose one
2 Answers
+ 1
Apart from the name, they have nothing in common.
Javascript is a front-end language, allowing to make a web page dynamic. There are many frameworks for creating a dynamic front-end visual using JavaScript (React, Angular, Vue, etc.)
Java is an object-oriented back-end language, widely used to create APIs with authentication, database, security,... (thanks to the Spring boot framework in particular).
Both are very interesting to study and are complementary to create a web application.