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 does string [] args mean?
What is backdrop?
Explain the features of java?
Which is better ascii or unicode?
State the main difference between c++ and java?
How do you compare characters in java?
how to one war file class to another war file class?
What does exp mean in math?
Can a final variable be initialized in constructor?
Does importing a package imports its sub-packages as well in java?
what is meant by abstract class?
Give the hierarchy of inputstream and outputstream classes.
What about main thread in java?
What is application tier?
how would you implement a thread pool? : Java thread