Answer Posted / subbu
The moto of java is WRITE ONCE AND AND RUN ANY WHERE.
ie., once we write the java application we can run in any
operating systems.So, it is called platform independent.
| Is This Answer Correct ? | 10 Yes | 13 No |
Post New Answer View All Answers
What is a conditional statement explain with example?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Is java hard to learn?
Can we define private and protected modifiers for the members in interfaces?
What is the main difference between java platform and other platforms?
How do you declare a string variable?
What is the difference between stream and buffer?
What is a method in coding?
What are the advantages of java over C++?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is the symbol for line break?
What is object-oriented programming?
What are different type of exceptions in java?
What is string in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?