After compilation of java program we'll get .class code. If
it's generated in OS Windows XP will it work on OS Linux? If
yes why? If no why?
Answer Posted / chandu
It will work, becouse java is platform independent.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain polymorphism citing an example.
What is ternary operator? Give an example.
Is age a discrete variable?
Can we have more than one package statement in source file ?
What is a bufferedreader?
What is immutable class in java?
Where is stringbuffer stored?
What is your platform?s default character encoding and how to know this?
Difference between nested and inner classes ?
What is the final keyword denotes?
What is the use of parseint in java?
Why does abstract class have constructor?
How can we make a class virtual?
What is internal variable?
What is instance example?