answersLogoWhite

0

Every languages are different, a C++ compiler cannot compile a Java source.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the need of scripting languages?

the need of scripting language is to work on diffrent platforms like xp vista and other versions and other applactions like java and other stuff


How are viruses being programmed?

They are programmed in programming languages or scripting languages like Visual basic , c , c++,java , vb script or java script.


What are some examples of context-free languages and how are they different from other types of languages?

Context-free languages are a type of formal language in theoretical computer science. Examples include programming languages like C, Java, and Python. These languages are different from regular languages and context-sensitive languages because they can be described by context-free grammars, which have rules that do not depend on the context in which a symbol appears. This allows for simpler parsing and analysis of the language's syntax.


What are the major differences between Java programming language and any other programming language?

Java, while not very different from some languages is different from most languages is that it is interpreted, it is not in a language that the computer can understand, it is run by the jvm. Unlike interpreted languages, however, it also has a compiler which compiles to java bytecode. This is not a real compiler, however, as it's output must still be interpreted. Indeed, the output is even possible to be "decompiled" and turned back into source, only loosing some nonessential things like comments.


What are the different java technologies?

There are several types of Java technology. Some examples of Java software are Java ME, Java EE, Java SE, and Java Card. Java made the JAVA development kit for those that develop in Java. There is also Java Virtual machine and some class libraries. Java is also famous for its languages like Clojure, Beanshell, Groovy, Gosu, Rhino, Kotlin, JRuby, Scala, and Jython.


How virus are being programmed?

They are programmed in programming languages or scripting languages like Visual basic , c , c++,java , vb script or java script.


Is it possible to learn computer languages like java and j2ee by own and is it valuable?

No one cannot learn these languages at own..and are really valuable languages specially with reference to programming .Java is very useful in web designing too.


Why is English so different from other languages?

English is different from other languages because it has been influenced by many different languages over time. It has borrowed words and grammar rules from languages like Latin, French, and German, making it a unique and diverse language.


Is Javascript better than other scripting languages for web?

This is a very complicated issue but javascript was created to look like java but to be easier to use by nonprogrammers. This is probably one of the most desired traits of the javascript over other languages. javascript doesnot provide typecasting whereas java provides typecasting mechanism.


What is the Linux program language called?

Linux is a platform, and as such supports a myriad of programming languages. Of these languages C, C++, Java, Python and Perl are very popular, but there are many other programming languages. Some, like Python and Perl are 'interpretive' and similar in this respect to 'BASIC'. C and C++ are compiled, and Java sits somewhere between them.


Is sign language different in other languages compared to American Sign Language?

Yes, sign languages are different in other countries compared to American Sign Language. Just like spoken languages, sign languages have their own unique grammar, vocabulary, and cultural influences.


Why java's code first converted into byte code instead of directly converted into machine code?

Because that's how java works. There are many other languages (C, for example), that work with direct compilation, and others (like PHP) that are interpreted.