+ 5
Java at a glance - What is Java?
Java is a general-purpose, cross-platform and object-oriented programming language. What is java used for? Application development: - Mobile devices - Video games - Desktop GUI's - Embedded software Who is the creator of java? James Gosling Pros: - Cross-platform - > It's virtual machine (JVM) allows an application to run on different operating systems - Android apps - > - Simplicity - Powerful In progress...
2 Respostas
+ 2
I know that I made it when I made a rice cooker.
0
I don't think that Java is largly used for embedded software. Java needs a Virtual Mashine, which takes up space and processing power. Other languages like c or c++ are better for this purpose. They are compiled directly into mashine code and don't need a sandboxed enviroment to run.