Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / himanshu daurby
ava is a platform independent programming language, Because when you install jdk software on your system then automatically JVM are installed on your system. For every operating system separate JVM is available which is capable to read the .class file or byte code. When we compile your Java code then .class file is generated by javac compiler these codes are readable by JVM and every operating system have its own JVM so JVM is platform dependent but due to JVM java language is become platform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the syntax and characteristics of a lambda expression?
Can a constructor call the constructor of parent class?
What is a qualifier in a sentence?
What is main in java?
Is passing by reference faster?
What does 3 dots mean in java?
Can we define constructor in inner class?
Differentiate between a class and an object.
Which collection is best for sorting in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is a nested list?
Is java still relevant?
What is the size of integer?
What is keyset in java?
What is the use of runnable interface?