Question
This is part of the class discussion in one of my college peer in my college Java class wrote this response what would a really
This is part of the class discussion in one of my college peer in my college Java class wrote this response what would a really good short response to his statement be in three senescences
With the difference between Java being translated into byte code rather than bits, is that it is easily translatable, so it can run from operating system to operating system without any changes in the code. One of Java's main mottos is"write once, run anywhere" because it is translated into byte code rather than bits. Another of its advantages is its feasibility as it is a high-level programming language so the user does not have to worry about more complex problems such as addresses, storage, etc. With all of this being said, this is why Java is the third most used programming language in the world, according to an article by theUniversity of Northeastern.
If you could also help me with the second person statement from my Java class discussion assignment what would be a really good short response be in three sentences
I think the most important advantage that Java provides is its portability. Java being a language that does not create an executable file can be seen as an advantage. With executable files compiled from languages like C++ for example, that file can only work for a limited amount of hardware. This means you would have to alter and edit the program and then recompile it on a different machine if you want it to work on another different set of hardware. Java on the other hand combats this issue by creating a byte code file which the Java Virtual Machine then translates and displays the program. As long as the machine has the Java Virtual Machine installed, it is able to run that same compiled byte code file regardless of the machine specs. This means a compiled Java file that works on a Windows machine will also work on a Mac machine.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started