what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / manoj
byte code ia a intermedaite code.byte code is converted to
machine code by jvm
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
How do you clear an arraylist in java?
What's the difference between int and integer in java?
What method is used to specify a container's layout in java programming?
How does a cookie work in Servlets?
When throws keyword is used?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Is it possible for yielded thread to get chance for its execution again ?
What does you mean in math?
What is the function of java?
What is meant by class loader? How many types are there?
Can each java object keep track of all the threads that want to exclusively access it?
What are parsers? Dom vs sax parser.
How do you join strings in java?
What is Applet Stub Interface ?
Justify your answer that you can't define a method inside another method in java, if you can then how?