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
What is thread life cycle?
Can a class with private constructor be extended?
If I only change the return type, does the method become overloaded?
What is null statement?
What is the original name of java?
Where pragma is used?
What is the importance of static variable?
What is the difference between call by reference and call by pointer?
What is the difference between static and global variables and also define what are volatile variables?
How is string immutable in java?
Difference between string, stringbuffer and stringbuilder?
How does class forname work in java?
What do you understand by private, protected and public?
What is boolean logic?
What is an arraylist in java?