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
Does java have extension methods?
What access modifiers can be used for variables?
What is a file pointer?
What is run time allocation?
Why we use multi threading instead of multiprocessing?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What all access modifiers are allowed for top class ?
What type of value does sizeof return?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
How do you get length in java?
Can we sort hashset in java?
What is skeleton and stub? What is the purpose of those?
Can you create an object of an abstract class?
State the difference between strings and arrays.
What is diamond operator in java?