how can you say that java is independ language
Answer Posted / mayank sharma
When you program in any programming language, you compile your
program before executing it. Compiling your program means
you've converted your source code ( text ) into machine code(
which can be...
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How to Sort Strings which are given in List and display in ascending order without using java api.
Is there any difference between nested classes and inner classes?
What is the independent variable in an experiment?
How java enabled high performance?
What is array pointers ?
What is an object in java?
What is the difference between variable declaration and variable initialization?
What are "class access modifiers" in Java?
How finally used under exception handling?
What an i/o filter?
Explain about the performance aspects of core java?
What is an iterator java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What about interrupt() method of thread class ?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?