what do you meant by Platform-Independent?
Answer Posted / ravikiran
Platform-Independent means the code should be capable to
run on any platform
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method?
What does main method?
Is java a utf 8 string?
What is serial version uid and its importance in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are keywords in java?
what is anonymous class in java?
How do you sort in descending order in java using collections sort?
What is the difference between a switch statement and an if statement?
How can constructor chaining be done by using the super keyword?
What is a instance variable?
What is static method with example?
Can a vector contain heterogenous objects?
What is literal example?
Why object class is super class for every class in java?