Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Describe whether you would develop a real-time application required to operate very fast using the C or Java programming language. Give a reasons for your decision.

What I have tried:

Describe whether you would develop a real-time application required to operate very fast using the C or Java programming language. Give a reasons for your decision.
Posted
Updated 7-May-18 9:25am

The real problem in developing a real time application (pardon the pun) in Java is the garbage collector unpredictability.
 
Share this answer
 
Comments
Maciej Los 7-May-18 14:48pm    
Good point!
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
C is the answer because java can hang for a micro second  when garbage collector decides to run and halt the excecution for a second. C with explicit memory allocation is much more determinestic and the programmer has full control over when exactly and how much memory is freed/allocated and can decide not to free memory while preforming safety critical operations
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900