answersLogoWhite

0


Best Answer

"Architecture neutral" means that programs written in Java will run on different architectures, or platforms. That is, they will run on different processors (which may use different machine language), as well as on different operating systems.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

The solution that the Java system adopts to solve the binary-distribution problem is a "binary code format" that's independent of hardware architectures, operating system interfaces, and window systems. The format of this system-independent binary code is architecture neutral. If the Java run-time system is made available on a given hardware and software platform, an application written in Java can then execute on that platform without the need to perform any special porting work for that application.because of its platform independent feature java byte code can be easily run in any other interface like windows,Mac OS,UNIX

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

That basically means that instead of compiling a program for a specific processor, it is compiled for a "fictitious processor", the so-called virtual machine. This compiled program then has to be run through the use of the Java Virtual Machine. The Java Virtual Machine has to be programmed separately for different platforms (different combinations of hardware and operating systems); however, such virtual machines already exist for a wide variety of architectures, letting you run your compiled Java program practically anywhere.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Architecture Neutral is achieved in Java through the binary system. Since Java supports this feature it can be created and stored on the basic platform following the prompts.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

It was a design goal of Java; a single language that could run on multiple architectures and platforms without having to compile different binaries for each system.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How java achieve architecture neutral?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is buzz word in java define?

the Java 'white paper" buzzwords: simple object oriented network savvy robust secure architecture neutral portable interpreted hight performance multithreaded dynamic


What is java cryptography architecture?

The Java Cryptography Architecture (JCA) is a framework for working with cryptography using the Java programming language. It forms part of the Java security API, and was first introduced in JDK 1.1 in the java.security package.http://en.wikipedia.org/wiki/Java_Cryptography_Architecture


When thinking about JCA what exactly is Java Cryptography Architecture?

Java Cryptology Architecture is used via the cryptology using the Java programming language. It also works with Oracle. Basically it's the science of secret writing in secret programming.


What is expansion of java?

Just Another Virtual Architecture by yasir


Why did James Gosling come up with Java?

James Gosling came up with Java because he wanted a language that is 1. "simple, object oriented, and familiar". 2. "robust and secure". 3. "architecture neutral and portable". 4. "high performance". 5. "interpreted, threaded, and dynamic".


What is the Full form of JAVA whether Javanese Architecture virutal Accerelation is correct or not?

JAVA stands for - Just Another Virtual ArchitectureThis is according to what I was told in JAVA class.


An overview of java?

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. There were five primary goals in the creation of the Java language: 1. It should be "simple, object oriented, and familiar". 2. It should be "robust and secure". 3. It should be "architecture neutral and portable". 4. It should execute with "high performance". 5. It should be "interpreted, threaded, and dynamic".


List out primary goals of java Technology?

There were five primary goals in the creation of the Java language: 1. It should be "simple, object oriented, and familiar". 2. It should be "robust and secure". 3. It should be "architecture neutral and portable". 4. It should execute with "high performance". 5. It should be "interpreted, threaded, and dynamic".


What is a difference between ancient and modern architecture?

Ancient architecture was limited by the building materials available, while modern architecture is limited by the imagination of the architect.


Write buzzwords in java?

buzzwords are nothing but the feature of java programming and they are as follows... 1 complied and interpreted 2 platform independent and portable 3 high performance 4 Robust 5 simple 6 Secure...........


What has the author Karl With written?

Karl With has written: 'Chinesische Steinschnitte' -- subject(s): Chinese Sculpture 'Karl With, autobiography of ideas' 'Java' -- subject(s): Accessible book, Art, Architecture, Antiquities 'Java Buddhistische und Brahmanische Architectur und Plastik auf Java' -- subject(s): Antiquities, Architecture, Art


What does JAXB stand for?

Java Architecture for XML Binding. See related link for more details.