Answer Posted / sitaram
The Java platform encourages developers to write C code when
truly peak performance is required. we can write the code in
C Language. That code is using as a native code in java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of using java.lang.class class?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is difference between null and void?
How to add menushortcut to menu item?
Do I need java on my computer?
What is the method to declare member of a class static?
Difference between character constant and string constant in java ?
Explain wait(), notify() and notifyall() methods of object class ?
What are different type of exceptions in java?
What is package protected in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is flush buffer?
Tell me about different OOPS concepts.
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Can a final variable be initialized in constructor?