Answer Posted / saritha
it means the programme will be executed any platform by the
jvm....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How will you invoke any external process in java?
What is the static method?
How does finally block differ from finalize() method?
What do you mean by append?
What is an empty list in java?
What is string pooling concept?
What is final keyword?
Why does java have two ways to create child threads?
What is the purpose of default constructor?
How do you override a method in java?
How do you declare an array in java?
What is token in java?
What is the difference between call by reference and call by pointer?
Explain importance of finally block in java?