
why object oriented language is required in real time applications and Is java pure object oriented programming language and from where we can download javaDeCompiler..

The problems associated with developing real-time software systems, including ensuring predictable real-time behavior under both normal and abnormal operating conditions, are outlined. Therefore, object oriented language is required in real time applications.
Java is not pure object oriented language because of the following reasons:
1)It uses primitive data type like int,float which are not object
2)It does not support operator overloading multiple inheritance.
3)It allows static methods to call without creating the instance.
You can download the java decompiler from the following link:
http://sourceforge.net/projects/dcompiler/
Download Java-Decompiler
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.