Embedded Software Engineer Question:
Tell me why is java mostly used in embedded systems?
Answer:
☛ Java was mainly designed and conceptualised for code that can work on different platforms without any hassles and also for being secure enough so as to not harm or corrupt other modules of code.
☛ Features like exception handling, simple syntax and Automatic Garbage collection all work in its favour as the language for use in ES's.
☛ Also that it is widely used in the form of Java applets makes it very popular confining it to the limits of JVM. It is Dynamic in nature.
☛ Its use is also being exploited in enterprise systems in the form of J2EE, J2SE, J2ME in case of mobile applications.
☛ Features like exception handling, simple syntax and Automatic Garbage collection all work in its favour as the language for use in ES's.
☛ Also that it is widely used in the form of Java applets makes it very popular confining it to the limits of JVM. It is Dynamic in nature.
☛ Its use is also being exploited in enterprise systems in the form of J2EE, J2SE, J2ME in case of mobile applications.
Previous Question | Next Question |
Explain me why is Model transformations used in the embedded system? | Tell me what could be the reasons for a System to have gone blank and how would you Debug it? |