What is Java's strengths and what are it's weakness? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is Java's strengths and what are it's weakness?

we all know that every computer language has its pros and cons. Can you guys name some of those things. Be spesific.

19th Sep 2017, 11:50 PM
Nicholas Begg
Nicholas Begg - avatar
4 Answers
+ 2
Java is one of the most used languages today. Java is platform independent. When you write source code, the compiler takes it and it checks for errors and then sends to JVM (Java Virtual Machine). It converts your source code into bytecode which makes Java platform independent. This bytecode is stored with .class extension and can be copied and run on a computer in any environment. So if you write a program on a Windows PC, you can still open the program on a Mac computer.
20th Sep 2017, 12:59 AM
Hayes Roach
Hayes Roach - avatar
+ 1
pros: - easy - "cross-platform" - very popular so lots of tools available - the standard library is nice, lots of different list classes for all sorts of uses for example cons: - kinda slow - verbose - not very expressive - jvm runtime needs to be installed on your pc - java generics are really bad
20th Sep 2017, 1:05 AM
Schindlabua
Schindlabua - avatar
+ 1
strength: It can be work in real time all the objects can be include in the class. weak: In the package is import each and every objects or variable. It is also statefull connection. In my point of view it is the strength and weak of java.
20th Sep 2017, 4:22 AM
Pradheepviki😎😀
Pradheepviki😎😀 - avatar
0
factually saying i don't see that Java has any big strength other than WORA.
20th Sep 2017, 6:30 AM
shobhit
shobhit - avatar