answersLogoWhite

0


Best Answer

actually the c language is the procedure based language n emphasis on the procedure. on tyhe other hand the java is object oriented lannguage,emphasis on the data and it's importance.

Refinement

Java is platform independent language and it made it more popular in creating embedded system. As its bytecode can be transferred to any platform so there was no need to implement compiler in the embedded system but JVM(a runtime systme) was required to be installed in embedded software.

Moreover the runtime was also reduced as it was not required to be compiled again.

http:\\in-central.blogspot.com

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the need for another oops language java instead of c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do I learn mobile application development?

well you should start by specializing in what programming language you want to code in. for example java and look up java tutorials on youtube and look up tutorials elsewhere. then for example java will branch off into somthing like Java Me ( java and java me are two different things) but you need to learn a certain language before learning about specific development. look into Java or C++ or another base language, then work your way into mobile device development. this will take time and patience to learn.


Is java is high level language?

yes, java is high level language because to run it we requires jvm interpreter. In case of c language there is no need to interpret it...


What is Java and do you need it if you have Microsoft Office?

Java is a programming language. It is used for developing applications. There is no direct relation between Java and MS Office for us to decide on which one we need. MS Office provides us with tools like spreadsheet, word document etc whereas Java is a programming language.


What Java header file meaning?

Source code written in Java is simple. There is no preprocessor, no #define and related capabilities, no typedef, and absent those features, no longer any need for header files. Instead of header files, Java language source files provide the declarations of other classes and their methods.


What language is used for the applications that need to collect information from networked computers?

Java


Does the programming language JAVA has any abberivation?

No. If you need to refer to the language in fewer than four characters, you're out of luck.


How do you write program in jdk?

JDK stands for Java Development Kit. It is not a programming language. It is a the system using which you can develop programs in Java. You need to have jdk installed in your machine to create java programs.


Why does Minecraft need java?

Basically, any program developed with the Java programming language requires Java to be installed on the user's machine. The advantage of doing this is that such a program can run on a large variety of machines.


Is Java a Language or Package?

Actually, it is both. Visual Basic is a Microsoft only programming language. In order to run programs written in VB though, you may need the VB runtime library as a package DLL even if you don't use the language itself.


Is java a popular programming language?

No, the Java is not machine language. Java is a high-level programming language that compiles to byte code suitable for interpretation into machine code by the Java virtual machine. In other words, you program the virtual machine rather than the physical machine. Once compiled, the byte code can be executed upon any machine with a Java virtual machine implementation.


Why java is not a complete object oriented language?

Java is not a completely object oriented language, because not all values in Java are Objects. For example, the basic numeric types such as int, long, double, etc., are not objects and need to be "boxed" into objects in order to pass them as Object parameters or call methods on them.


How do you design android application?

To develop an app on android you will need to learn Java Programming Language You can learn Java from thenewboston on YouTube. Then you can go to developers.android.com and learn how to develop an application