Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).
2 answers
java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..
1 answer
Java is a platform independent language. It can be used in all platforms. Ex: windows, unix etc.
1 answer
A Rich Java Client Platform i.e. Rich Client Platform (RCP) is a specialized computer program anticipated for the creation of Java applications built on the Eclipse architecture.
1 answer
Java platform is the name for a bundle of related programs from Oracle (originally Sun) that allow for developing and running software programs for the Java Virtual Machine (JVM). The Java programming language is but one of many programming languages that run on the Java platform including Scala, Clojure, and many others.
1 answer
All major servers like Weblogic, Webspher, Tomcat support Java Platform
1 answer
1.Java virtual machine is required to interpret .class files.
2.JVM makes the java as platform independent.
1 answer
java is platform independent language and open source.
java is object oriented language.
1 answer
The Java SDK platform can be utilised for server programming. The platform is widely used in PCs, media players and other electronic equipment worldwide.
1 answer
True.
Java source code is called "platform independent" because it runs on top of the Java Runtime Environment (JRE). In order for this to work, a special JRE must be created for the platform you want to run a Java program on.
1 answer
Java is designed from the ground up for platform independence. All the programmer has to do is to abstain from using features that are platform-specific.
1 answer
WHY MEANS
the java is a platform independent language for the sake of it has its own platform to run the program it doesn't require any platforms like c and C++
1 answer
by creating a jre spesific to each platform programmers can confidently write code in any platform and assume it willl also work in aany other. theirfore java is platform independent as bytecode would look the same on any platform, however will be implemented by a diffrent interpreter for each platform.
9 answers
It is the method that gets called when a Java application is started.
1 answer
JVM makes Java Platform Independent..
It loads byte code(.class file) and Run it.
3 answers
Java logging is data logging for the Java platform. Logging is a term in software for recording activity. Therefore Java logging is recording activity for Java.
1 answer
Application works in a platform. To work a application there must be a platform. As a example to work Operamini java application, there must be a JVM(Java Virtual Machine) installed microchip in your mobile phone.
1 answer
Java is cross-platform while .NET is for Windows platforms only.
1 answer
Java is cross-platform while .NET is for Windows platforms only.
1 answer
"Sun" is the original creator of the Java platform, but they are now merged with "Oracle".
1 answer
java is object oriented language.it's a platform independent.in java we don't use pointers
1 answer
Java is a platform independent language becoz of the bytecode magic of java. In java, when we execute the source code...it generates the .class file comprising the bytecodes. Bytecodes are easily interpreted by JVM which is available with every type of OS we install.
1 answer
Java is called as platform independent because it uses the WORA(Write Once and Run Anywhere) principle.
Java programming language is designed to be run under any OS and that is the main advantage of it.
1 answer
Java is a platform independent language.After compiling the ".java" file ,that will be converting into the ".class" file,which is a byte code having the capability run on any OS.Basing on the concept byte code java achieving the platform independent,it leads to "Write once run anywhere".
2 answers
A "platform" is whatever environment in which Java is running. This includes operating systems. A Java source file on compilation produces an intermediary .class rather than a executable file. This .class file is interpreted by the JVM. Since JVM acts as an intermediary layer.
2 answers
J2EE stands for Java 2 Platform Enterprise Edition, it is used to allow communication between different platforms that are normally incompatible. The new traditional name for this platform is JEE.
1 answer
A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.
A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.
A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.
A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.
2 answers
Can be run on any platform or operating system. Ex: Java
1 answer
Yes, since it can only play in some computers and not all computers can read it. Every Java application needs a minimum system configuration requirement which if not met, the machine will not be able to run Java.
Java the language itself is NOT machine dependent.
To run a program written in Java, it depends on an implementation of the Java Virtual Machine specification existing for a given machine/OS platform. Thus, a program written in Java can be run on any OS/machine platform for which a JVM has been created.
5 answers
Java 2 Platform Enterprise Edition. The 2 means that it is Java number 2.
1 answer
Answer
Java is platform independent while JVM is platform dependent. In Java ,you can compile code in to class file and you can run it in any OS without altering your code.But for interpreting class to bytes we need JVM .so it act as a bridge between your class file and OS. Now a days JVM is available for all OS.So Java attains platform independent.
Answer
Depending on your definitions, no language may be truly platform independent. A language like Java needs a virtual machine to run the platform independent bytecode. But this virtual machine must run natively on a given physical machine, which means that the JVM in platform dependent. If someone tells you that Java is not completely platform independent, this is probably what they are referring to.
1 answer
C is a procedure oriented language ,Where C++ & java are object oriented language.
But java is platform independent.
So generally C is called POP.
C++ is called OOP.
But java is OOP , which is platform independent.
If java does not support primitive data type then it is called as pure object oriented language.
1 answer
java is a object oriented langage,that is indepentant platform.
java is full object oriented language.
java is access any operating system.so java is good certification of program in runtime environment.
1 answer
It's just like 'Java Class, and 'Class Room'. In a 'Java Class', the faculty have to teach only java related topics. And the students in the class must belongs to 'Java' subject. Means it is specific for 'Java' only.i.e., A Platform is a specific one where all the functionality are predefined. Where as, a 'Class Room' is a Generic one where java/.net/php/flex, N-number of classes can be conducted. Like wise, an Environment is a generic one where the needs for platform is provided.
1 answer
Java is a platform independent language and hence the code written in/for windows can be run without much rework in Unix or Mac. The compiler takes the source code a byte code is created after compilation. This bite code can be interpreted by any JVM and this gives java its platform independence. Hence it is preferred for cross-platform apps.
1 answer
Java is popular because, it is platform independent, robust, high performance, easy to use etc.
1 answer
Spoutcraft is a Java application so it should work on any platform that supports Java such as a Mac.
1 answer
Java compiler available on multiple platforms, the class files it generates are platform-independent.
1 answer
These are follows:
1-It is a platform independency.
2-Multithreding.
3-polymorphism.
4-encapsulation.
5-inheritence.
6-multitasking.
1 answer
Java is not machine dependent. High-level Java source code is compiled against the JVM which produces Java byte code, the lower-level native language of the JVM. At runtime, the JVM interprets the byte code to produce the required machine-dependent code. Every platform that supports Java has its own JVM, thus the same byte code can execute upon any supported platform. The translation from byte code to machine-dependent code is handled solely by the platform JVM.
2 answers
Yes. Apart from lower grade mobiles which have no support for java, java written codes can execute on all platforms and all devices.
1 answer
Arraylist Java runs on Oracle which is a relational data management database produced by the Oracle Corporation. Arraylist Java has been part of the Java framework ever since Java 5.
1 answer
First of all Platform can be of two types
1) Hardware+Software based platform eg. any OS
2) Software based platform eg. platforms like .NET or JAVA platform
means OS is type of platform which contains both H/W + S/W
1 answer
The Javac is the java compiler javac.exe is a process associated with Java(TM) 2 Platform Standard Edition 5.0 Update 5 from Sun Microsystems, Inc.. Java Capusal this is a java compiler
1 answer
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?
1 answer