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 the abstraction?
What is flag in java?
Why do we need hashmap in java?
What is general methodology?
Can a final variable be initialized in constructor?
What is the difference between numeric and integer?
What is the association?
What is meant by distributed application? Why are we using that in our application?
What is illegal identifier in java?
Difference between final and effectively final ?
What is string value?
Why there is no call by reference in java?
What is number data type?
Is a boolean 1 bit?
how would you implement a thread pool? : Java thread