Why Java is a platform independent language?Explain byte code
and JVM

Answer Posted / katarimanoj

.class we get in windows os(platform) after compilation is referred to as bytecode.A bytecode is unversal code and is accessible by any jvm...d thing is every platform has its own type of jvm,to convert it into platforms(machine) language..


(m/c)english-->bytecode ======= bytecode--->telugu(m/c)
ompiled jvm

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.

1849


Can we install jre without jdk?

654


What is stateless class in java?

669


What is javacpl?

670


What is javax annotation generated?

639






How do I open java console?

642


What is the difference between jar and executable jar?

674


What is cmp in java?

651


What is java lang noclassdeffounderror?

643


Please can anybody explain what exactly "the project architecture" means???

1864


What is native api in java?

634


Who developed rxjava?

627


What is lambda expression in mvc?

654


What is transient in java?

642


What is java lang exceptionininitializererror?

634