what is actually Java for? like it is for programming, hacking , etc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is actually Java for? like it is for programming, hacking , etc

please describe about java differ from other language like c++

24th Jul 2016, 12:09 PM
Manish Pant
Manish Pant - avatar
7 Answers
+ 1
Java was made to let programmers write a single source code that can be run on any system. In other languages, you will have to recompile, or even rewrite the source code, to make the program run on different systems. The Java Virtual Machine makes this possible, as all Java programs are running within the JVM. Java is a high level language, meaning that it can't directly communicate with your hardware. This means that Java will operate a little slower than low level languages such as c++, but you will be protected from screwing up your computer. Other than that, Java can do anything. The sky is the limit.
1st Aug 2016, 10:10 AM
Adrian Nesse Wiik
Adrian Nesse Wiik - avatar
0
androie system.
24th Jul 2016, 3:04 PM
Abel Fernando Barros Rodrigues
Abel Fernando Barros Rodrigues - avatar
0
android is a pretty simple language. c or c++ are way more deep and give you more options like edeting memory. In Java you can quicjly write a client server programm or a ui.
24th Jul 2016, 3:34 PM
Eric Zeus
Eric Zeus - avatar
0
not every thing since java itself is mosty c and c++ code that runs when you do smth. atleast you can write own c or c++ code to expand it.
24th Jul 2016, 4:56 PM
Eric Zeus
Eric Zeus - avatar
0
Java is used for almost everything in the world of computers and programming.
24th Jul 2016, 5:36 PM
Ryan D'mello
Ryan D'mello - avatar
0
Java is the Swiss knife of programming languages, a Jack of all trades if you will.
25th Jul 2016, 12:57 AM
Eric Gitangu
Eric Gitangu - avatar
0
Java is for interactiveness (it makes your web page more interactive you can add a calculator or a text screen
3rd Aug 2016, 2:28 PM
Alexander