Selecting the Right Operating System for Your next Embedded Design
Table of Contents Add a header to begin generating the table of contents Introduction From robots, cars, home appliances to calculators, thermostats, ATMs and mobile phones, embedded systems are everywhere. And at the heart of almost every embedded system is its operating system (OS), which plays a critical role in keeping...
Read more
Oracle Java Certification Materials
Table of Contents Add a header to begin generating the table of contents Emertxe is Oracle’s Workforce Development Partner (WDP), where we provide Oracle authorized trainings in technologies like Basic Java programming, Intermediate Java programming, Advanced Java programming, Oracle database (10g / 11g), Database administration,...
Read more
Internet-of-Things : Predict and Change the Future
Table of Contents Add a header to begin generating the table of contents Introduction Branded as the most over-hyped technology by Garner’s hype cycle report, the Internet of Things (IoT) has seen a large number of technologies being built to harness the symbiotic relationship between data from the IoT and...
Read more
Volatile Demystified
Table of Contents Add a header to begin generating the table of contents Introduction Volatile Qualifier in C language, which is applied to a variable when it is declared. It is used extensively while writing programs for embedded systems, especially when dealing with hardware. Most...
Read more
Performing Garbage Collection in Java
Table of Contents Add a header to begin generating the table of contents Introduction In object-oriented programming languages (like C++ and Java), there could be unused objects that are still a part of the program. These will create undesirable results like an out of memory...
Read more