Answer Posted / suresh
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 ? | 9 Yes | 0 No |
Post New Answer View All Answers
Is age a discrete variable?
Why are constructors used?
How to optimize the javac output?
why doesn't java run on all platforms?
Can anonymous class have constructor?
How to call one constructor from the other constructor ?
How do you convert boolean to boolean?
Explain method local inner classes ?
What does it mean to flush a file?
Which is better 64 bit or 32 bit?
Does A Class Inherit The Constructors Of Its Superclass?
If I only change the return type, does the method become overloaded?
Why local variables are stored in stack?
Why are parameters used in functions?
Explain illegalmonitorstateexception and when it will be thrown?