what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / suraj kumar
byte code is a intermidediate code.byte code is convertd to
machine code by java.the difference between byte code &
machine code is that byte code formed by special
characters,which is not under stande by usrrs.which is
hardware compatible.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is mean by exception?
what is predefined function in java?
what is difference between equals and ==?
What is a char in java?
What are variable arguments or varargs?
Is ruby built on java?
What is __ init __ functions?
When should we create our own custom exception classes?
What is a double?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What are streams in java 8?
Why webdriver is an interface?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is a variable in java?
What is the difference between Grid and Gridbaglayout?