Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / kabita
due to byte code and jvm java is platformindependent
language.as we know after compiling sourcecode it gives
java byte code.only jvm can execute bytecode and every os
(operating system) having their own jvm.so it is a
platformindependent language.jvm stands 4 java virtual
machine which executes the bytecode.bytecodes are the
intermediate language for jvm.
| Is This Answer Correct ? | 47 Yes | 6 No |
Post New Answer View All Answers
What is a cookie in java?
what are the different phases in delivering the project during development and maintenance?
What services can invoke lambda?
What is meant by pass by reference and pass by value in java?
What's the difference between authentication and authorization? : java security
What do you understand by casting in java language? What are the types of casting?
What is entitymanager in java?
Who developed rxjava?
What is jpa entitymanager?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
How do I open my java console?
What is an actionevent in java?
What are the advantages of lambda functions?
What's the difference between local, global and universal groups? : java security
What is lambda expression in mvc?