2 Answers - Sort by: Date | Rating
It means that Java compilers does not produce the native code for present operating system (or platform), but it produced special kind of code - 'byte code'. This code is s set of instructions for Java Virtual Machine so you need it in your system if you want to run programs written in Java. Of course the JVM (Java Virtual Machine) is not platform independend.
In brief:
Programs that have been written in Java one can run on any platform (Linux, Windows etc) without any changes if only there is a JVM
In brief:
Programs that have been written in Java one can run on any platform (Linux, Windows etc) without any changes if only there is a JVM
2
0
Java does not require any kind of help of the opreating system it only requires JDK which will compile and run the .class file
of the code of java is same when you sent to to other machine have different OS it wiil only require JDK to complile and run the application .Like other language requires the help of the OS to have the exe file if it send to other machine which is having different OS will have problem .
the result of applicaton will be same on any OS whether Windows or Unix
SO java does depend on the OS so it called as platform Independent.
of the code of java is same when you sent to to other machine have different OS it wiil only require JDK to complile and run the application .Like other language requires the help of the OS to have the exe file if it send to other machine which is having different OS will have problem .
the result of applicaton will be same on any OS whether Windows or Unix
SO java does depend on the OS so it called as platform Independent.
0
0
- Are Current Java-oriented Mutation Testing Tools Adequate? And If Not, What Do They Require To Become Adequate? You Should Address This Question From Both A Test Case Evaluation And An Improving TDD Viewpoint.
- Which Act Had The Highest Number Of Christmas Number Ones?
- How To Create A Java Program That Accepts 3 Numbers?
- Can You Create A Java Program That Accepts 3 Numbers (num1, Num2, Num3) And Sort Them In Ascending And Descending Order?
- What Is The Un Theme Of The Year 2009?
- Write A Program To Display A String With An Embedded Quote:"Sachin Has Played A Game Of His Life"?
- Why Java Is Popular In Market?
- How Can I Use Dmp File In Java?
- Can You Write A Program Called InheritanceTest.java To Support An Inheritance Hierarchy For Class Point–Square–Cube?
- A Java Program To Get Sports Marks In Student Package And Print Total Marks Of Student?
- The Project Aims To Implement A JAVA Parser? 1- Classes And Functions 2- Arithmetic/logic Expressions 3- If Statement
- How To Get Java On My Lg 260?
- Write A Java Program To Store A Number Find If It Is Positive Or A Negative Number If Positive Print I Am The First?
- How To Update The Sim 3 Expansion?
- What Is An Attribute In Java?
- Do I Have To Write A Main Method In Every Class I Create?
- What How The Step For Make Library Management?
- In Which Process We Can Start Java?
- Define The Concept Of Java Byte Code?
- How To Run Remote Method Invocation In More Machine?
- How To Run Java Remote Method Invocation In More Machine?
- How To Make A Java Program That Will Ask The User To Input A Number And Display All The Even Number And The Sum Of All Even Numbers Based On The Inputted/ Given Numbers?
- Is A Static Variable An Instance?
- What Does Literati-on Mean?
- What Is Abstract Class In Details?
- Why Java Is Called Platform Independent Language?
- Why Java Is Called Platform Independent Although It Needs J2ee Plateform.?
- Why Is Java Platform Independent?
- What Is The Meaning Of Language Independent And Platform Independent?
- Why Is HTML Called "Platform Independent," And How Is This Important In Marketing On Internet?
- Why Java Is Called Both Compiled And Interpreted Language?
- Why Is Java Called Object Oriented Programming Language?
- Java Is Called As A Pure Object Oriented Language ?
- What Is Platform Independent?
- What Do You Mean By Platform Independent?
- What Is Meant By Platform Independent?
- Is .net Platform Independent?
- Are Java Is A Platform Independence?
- What Do You Mean By Platform Language?

New Comment - Comments are editable for 5 min.