How java is platform independent?
Answer Posted / nmnm
java is platform independent and object oriented language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is finalize method?
Explain differences between collection api and stream api?
Why collection doesn’t extend cloneable and serializable interfaces?
Are arrays dynamic in java?
Define iterator and methods in iterator?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Can you run java program without main method?
What is the this keyword?
Why do we need strings in java?
What is the importance of static variable?
Which data type is a class in java?
What is polymorphism and what are the types of it?
What is the difference between the final method and abstract method?
Is arraylist an object in java?
What is the purpose of static methods and static variables?