ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

JVM is Platform dependent or independent ?

user-image
تم إضافة السؤال من قبل مستخدم محذوف‎
تاريخ النشر: 2014/01/16
Sandhya Binoy
من قبل Sandhya Binoy , Software Professional , Karrox technologies

Java is platform independent.JVM(Java Virtual Machine) is platform dependant.

JVM converts bytecode into machine language and execute the machine language instruction.

Java source code->java compiler->Java object code(class file).Class file is platform independent.

Java Object Code->JVM(Java Interpreter)->Machine language.

karthik M S
من قبل karthik M S

jvm is platform dependant..!! it helps java to be platform independant..!!

مستخدم محذوف‎
من قبل مستخدم محذوف‎

JVM - Java Virtual Machine.1. Java code in English (.java file) - written by programmer.2. Compiled java class (.class file) - created by java compiler from .java file which is platform independent.3. JVM will execute the .class file over the different platform of processors and operating systems with optional help of Just-In-Time compiler. So ultimately we will get to know the JVM is platform dependent.

Mohammed Shareefuddin
من قبل Mohammed Shareefuddin , Project Associate , Cognizant Technology Solutions

JVM in Platform Dependent. Where as java is platform independent.

Phanendra Yadav
من قبل Phanendra Yadav

java is platform independent and JVM is platform dependent.

Kamal Hasija
من قبل Kamal Hasija , Web Developer , The Brihaspati Infotech Pvt. Ltd.

jvm is platform dependent

Shabeer Mohamed Muthachodi
من قبل Shabeer Mohamed Muthachodi

JVM is made as platform dependent to make Java programs platform independent.

 

 

 

 

Huzefa chikhly
من قبل Huzefa chikhly , JAVA DEVELOPER , PRIMALINK SOLUTIONS INDIA PVT LTD

it is platform dependent.. but it make java programe to run and execute on any platform.

Peruvazhuthy M
من قبل Peruvazhuthy M

Java Virtual Machine (JVM ) is platfor independent . It will convert the java code into byte code whi compiling . so we can run that file (class files) in different machine any where any time. we dont need to compile code again.  we can run it in Windows machines as well as linux and different Operating systems .

مستخدم محذوف‎
من قبل مستخدم محذوف‎

platform independent

Mahesh D
من قبل Mahesh D

JVM is Platform Dependent, Every OS has separate JVM which will run the byte code of java developed on same/other OS

المزيد من الأسئلة المماثلة