answersLogoWhite

0

Java is a flexible language that is compiled into bytecodes allowing the same program to run on any system with a Java Virtual Machine.

As a language it has memory garbage collection, type safe variables, object orientation from the ground up, and lots of supporting libraries and infrastructure.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Where do i get the newest Java?

go to sun.com It is Java's official website and they will have all versions of java for download


Could you please differentiate Java and all other languages?

Java is java and rest are rest :P


What is java's rank?

Java tops in all languages.Its on rank 1...


Is java is a platform independent language?

Yes. Apart from lower grade mobiles which have no support for java, java written codes can execute on all platforms and all devices.


Which one is more advanced core java or java?

The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming, from desktop applications to Java EE applications. Well What exactly you mean by Java?


Sumatra borneo and java are all located in what country?

Borneo and Java is Indonesia Country


What is Difference between java and core java?

Java or Java SE comes with the standard library, with all the crazy classes to make life easy. Java Core does not come with most of these classes, so that it is a lot smaller.


Do you hava different jre for every editionEESEME of the java platform like jdk does jre too has all the java libraries?

First of all, JDK is Java Development Kit and JRE is java runtime Environment. JDK provides compiler and all the necessary tools to write the code verses JRE provides with the environment in which the java code will run.


Can you install java?

Sure you can. Java is free. All you need to do is, visit Sun's website and download the latest version if Java JDK and install it.


What is function in java terminology?

In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.In Java, a function is called a "method". In Java as well as other languages, a method is a function defined specifically for one class. In Java, this is the only way to define functions, therefore, all functions are methods.


What are Perl PHP and Java Servlet's?

Perl, php and Java are all examples of programming languages.


The top most class in java?

All classes in java must inherit from the Object class