Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / monisha
Java is platform independent language as the compiled
version from one platform can be executed on any other
platform(OS) and bytecodes are the compiled version of java
program which is an intermediate language and JVM is Java
virtual machine which is a part of java platform and is a
software implementation/specification for a java
application.
| Is This Answer Correct ? | 38 Yes | 11 No |
Post New Answer View All Answers
Is eclipse a jdk?
What are jpa repositories?
Do I really have to type in the programs in the book to try them out?
differences between iterator and spliterator in java se 8?
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.
What is the resourcebundle class?
What do you understand by downcasting?
How common are security breaches? : java security
Why do we need new date and time api in java se 8?
What happens if javac is not recognized?
What is the difference between a jvm and a jdk?
In system.out.println(), what is system, out and println?
What are the types of cookies in java?
Is lambda expression an object?
Can we write lambda without functional interface?