Answer Posted / boopathi
java interpreter is part of JVM ,which is used to convert from byte code to the machine understandable code,user can easily identify the byte code, but they can't identify the machinary code .so more securablr also.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is string value?
Can I learn java without any programming experience?
What is object-oriented paradigm?
What’s the difference between constructors and other methods?
What is a double?
Tell me are there implementations for sorting and searching in the java libarary?
Are arrays dynamic in java?
How do you differentiate abstract class from interface?
I want to store more than 10 objects in a remote server? Which methodology will follow?
how to create daemon thread in java?
Explain the JDB in depth & command line.
Which are different kinds of source code?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is an escape character in java?
What is java object name?