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
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%.
Can we install jre without jdk?
What is stateless class in java?
What is javacpl?
What is javax annotation generated?
How do I open java console?
What is the difference between jar and executable jar?
What is cmp in java?
What is java lang noclassdeffounderror?
Please can anybody explain what exactly "the project architecture" means???
What is native api in java?
Who developed rxjava?
What is lambda expression in mvc?
What is transient in java?
What is java lang exceptionininitializererror?