Answer Posted / b.subba rayal
Once the java code is compiled, it can be run on any
hardware platform that has java interpreter ported on it.It
means, the compiled code can be run on any platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between unit, integration and functional testing?
Why runnable interface is used in java?
Explain about arraylist?
Is node a data type in java?
Define iterator and methods in iterator?
How do you achieve polymorphism in java?
Can we create object of static class?
Can singleton class be serialized?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is final modifier?
What is var keyword ?
What is the difference between an if statement and a switch statement?
How does a for loop work java?
Why is stringbuffer called mutable?
Why is string builder not thread safe?