Is java code slower than native code?
Answer / Santosh Prasad
In general, Java code can be slower than native code because it is interpreted (converted to machine code at runtime) rather than compiled directly into machine code. However, the difference in speed has become less significant over time due to JIT compilers, which compile frequently-used Java methods into native code.
| Is This Answer Correct ? | 0 Yes | 0 No |
In what circumstances, compiler will supply a default constructor for a class?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
What is class array in java?
explain local datetime api in java8?
Why singleton pattern is better than creating singleton class with static instance?
What are the parts of a method?
What are Brief Access Specifiers and Types of Access Specifiers?
Difference between overloading and overridding?
What is the use of StringTokenizer class?
What is file class and what is its purpose?
Is java owned by oracle?
What are inner classes or non static nested classes in java?