what do you meant by Platform-Independent?
Answer Posted / gaurang damley
It means compile once and execute anywhere
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What type of variable is gender?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Can we have this () and super () together?
What are design patterns and please explain?
What are the advantages of defining packages in java?
Explain jdk, jre and jvm?
What is Classloader in Java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Is an array a vector?
What is the maximum size of list in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Why method overriding is used?
What is substring in java?
Similarity and difference between static block and static method ?