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 / stranger_ajnabi53@yahoo.c
ya it will work.bcoz java is platform independent.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between yielding and sleeping in java programming?
How to store image in arraylist in java?
What is a generic data type?
write a program that list all permutations of ABCDEF in which A appears before B?
How do you end a program?
What is string subsequence method?
What is covariant return type?
What is this keyword in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is formatted output in java?
What is the base class of all classes?
What is the purpose of the finalize() method?
Explain creating threads by extending thread class ?
Is java util regex pattern thread safe?
Can I overload to string method