Why is java mostly used in embedded systems?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Embedded Systems AllOther Interview Questions

Who are the gang of four? Why should you care?

0 Answers  


List out various uses of timers in embedded system?

0 Answers  


What is the difference between testing and verification?

0 Answers  


What is the difference between locking and lockless (optimistic and pessimistic) concurrency models?

0 Answers  


Whose blogs or podcasts do you follow? Do you blog or podcast?

0 Answers  






Please explain the difference between mutexes vs semaphores?

0 Answers  


Tell me what is the need for having multibyte data input and output buffers in case of device ports?

0 Answers  


What are the functional requirements that are used in the embedded systems?

0 Answers  


Tell me why is java mostly used in embedded systems?

0 Answers  


Tell me why do we need virtual device drivers when we have physical device drivers?

0 Answers  


look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules

1 Answers  


Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

0 Answers  


Categories