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 stack class in java ?
How do you know if a value is nan?
Is a boolean 1 bit?
How does list work in java?
Difference between method overloading and method overriding in java ?
What is identifier in java?
What is the difference between sleep and wait in java?
What are basic keywords?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Explain the inheritance?
What is the SimpleTimeZone class?
Are private methods final?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What are the 8 primitive data types in java?
Can you explain the private protected field modifier?