What is JAVA? Why it is platform independent?
Answer Posted / pankaj khatri
java is platform indenpendent.because java run on any
platform like windows,linux,xp so java is support to the all
of the operating system
Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is unmodifiable list in java?
Why java uses the concept of the string literal?
What are identifiers in java?
Is array passed by reference in java?
How to perform bubble sort in java?
What is use of valueof () in java?
What is a lightweight component?
how does multithreading take place on a computer with a single cpu? : Java thread
write a program that list all permutations of ABCDEF in which A appears before B?
Explain creating threads by extending thread class ?
What is a subsequence of a string?
What are class types in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Why hashmap is used in java?
What is constructor chaining and how is it achieved in java?