How java is platform independent?
Answer Posted / padam jeet singh
Java is plateform independent language because it is not
tied to any hardware or any operating system. The program
made in java can be run anywhere or any machine.
| Is This Answer Correct ? | 44 Yes | 63 No |
Post New Answer View All Answers
What's the base class of all exception classes?
What are structs in java?
What is a static method in java?
What is method overloading in JAVA? Why is it not present in C ?
How do you allocate memory to object?
What are the important features of Java 10 release?
What is a byte string?
What is the default value of byte datatype in java?
Why Java doesn’t support multiple inheritance?
What are wrapped classes in java programming?
State one difference between a template class and class template.
Which number is denoted by leading zero in java?
What is nan in java?
Explain how can you debug the Java code?
Is array dynamic in java?