+ 1
Which goes first?
Java or JavaScript
9 odpowiedzi
+ 9
Chee-Oma I think the distinctions you are trying to make are:
Java is a strong typed, compiled to bytecode, class-based OOP language.
Javascript is a loosely typed, interpreted, prototypal-based OOP language.
Both are imperative programming languages.
Not to completely blow your mind, but, Java bytecode is technically interpreted in the JVM, but that's besides the point. 😉
+ 8
Here’s a really cool [ INFOGRAPHIC: ]
• https://www.sololearn.com/post/69481/?ref=app that should make things easier for you. 😉
Emmanuel Anozie Please,
**Remember and Follow our Community Guidelines — https://www.sololearn.com/Content-Creation-Guidelines/
• Use the 🔍SEARCH... bar future for similar QUESTIONS or ANSWERS before posting — https://www.sololearn.com/post/10362/?ref=app
+ 3
~ swim ~ Indeed... I suppose if we wanted to expand fully on this for clarification to everyone else, Java bytecode could be compiled to native code with ahead of time compilation, it could be run directly against the CPU where bytecode is supported as native instructions, it can be fully interpreted, or selectively JIT compiled.
Anyway, this goes beyond the scope of the point I was trying to make, albiet clumsily 🤪 delivered, which was to say, differentiating between Java and Javascript goes beyond referring to one as a programming language and the other as an interpreted language.
+ 1
it depends on who you want to be. frontend web developer or programmer applications for Android. Javascript is better for web developer
+ 1
Chee-Oma, JavaScript is a programming language!
+ 1
Thanks guys for the answers I got