answersLogoWhite

0

What is a java alternative?

Updated: 8/18/2019
User Avatar

Wiki User

βˆ™ 14y ago

Best Answer

There are literally thousands of programming languages. Whether one of them is "an alternative" or not, depends on your specific needs. For example:

C#, Python, PHP, and others are used to develop applications.

Flash and Silverlight are used specifically to develop "rich" Web content. So is JavaScript, but I believe it is more limited. (JavaScript is unrelated to Java.)

There are literally thousands of programming languages. Whether one of them is "an alternative" or not, depends on your specific needs. For example:

C#, Python, PHP, and others are used to develop applications.

Flash and Silverlight are used specifically to develop "rich" Web content. So is JavaScript, but I believe it is more limited. (JavaScript is unrelated to Java.)

There are literally thousands of programming languages. Whether one of them is "an alternative" or not, depends on your specific needs. For example:

C#, Python, PHP, and others are used to develop applications.

Flash and Silverlight are used specifically to develop "rich" Web content. So is JavaScript, but I believe it is more limited. (JavaScript is unrelated to Java.)

There are literally thousands of programming languages. Whether one of them is "an alternative" or not, depends on your specific needs. For example:

C#, Python, PHP, and others are used to develop applications.

Flash and Silverlight are used specifically to develop "rich" Web content. So is JavaScript, but I believe it is more limited. (JavaScript is unrelated to Java.)

User Avatar

Wiki User

βˆ™ 14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

βˆ™ 14y ago

There are literally thousands of programming languages. Whether one of them is "an alternative" or not, depends on your specific needs. For example:

C#, Python, PHP, and others are used to develop applications.

Flash and Silverlight are used specifically to develop "rich" Web content. So is JavaScript, but I believe it is more limited. (JavaScript is unrelated to Java.)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a java alternative?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why do you need java for Facebook?

I am not sure whether you actually need it, perhaps you do. The point is, if any Web site has Java applets - components programmed for Java - then the user must install Java to make it work. Java (and alternative technologies, such as Flash, or SilverLight) make it possible to make "richer" Web pages, i.e., Web pages with more options, and a better visual presentation.I am not sure whether you actually need it, perhaps you do. The point is, if any Web site has Java applets - components programmed for Java - then the user must install Java to make it work. Java (and alternative technologies, such as Flash, or SilverLight) make it possible to make "richer" Web pages, i.e., Web pages with more options, and a better visual presentation.I am not sure whether you actually need it, perhaps you do. The point is, if any Web site has Java applets - components programmed for Java - then the user must install Java to make it work. Java (and alternative technologies, such as Flash, or SilverLight) make it possible to make "richer" Web pages, i.e., Web pages with more options, and a better visual presentation.I am not sure whether you actually need it, perhaps you do. The point is, if any Web site has Java applets - components programmed for Java - then the user must install Java to make it work. Java (and alternative technologies, such as Flash, or SilverLight) make it possible to make "richer" Web pages, i.e., Web pages with more options, and a better visual presentation.


What does Spring Framework specialize in?

The Java platform Spring Framework is an alternative to the Enterprise JavaBean model. It can be used to program a variety of Java applications, including web-based applications.


What are the alternatives of javascript?

There are some: HTML, which isn't really an alternative, but is another, simpler script-writing language, Java, which is much more complicated and can also work for stuf offline, and Python which is like Java. J0E


Why swing is used in java?

Swing is a package in Java which contains tools for building GUI application. Swing is a part of Java's foundation classes.


Why constructor rather than classes in java?

Constructor is not an alternative to class. In Java, you create classes; the classes contain methods - including the constructor, which can be viewed as a special method. If you want to have a constructor, you need a class that surrounds it, so it's not one or the other.


What are the Levels in Java programming?

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. The original and reference implementation Java compilers, virtual machines, and class libraries were developed by Sun from 1995. As of May 2007, in compliance with the specifications of the Java Community Process, Sun made available most of their Java technologies as free software under the GNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java and GNU Classpath. GHOUL


What Indonesian island is Jakarta on?

java


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


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.


Small Java-based programs are called?

Java applets


Why won't RuneScape run on Google Chrome even with updated Java?

Chances are Google Chrome may no longer support certain game sites, the best alternative would be Firefox if that is the case.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC