How 'java' got its name and what it stands for?
Answer Posted / m. shoaib karamat
JAVA stands for: "Write once Run anywhere"
because you write the code once and use it whenever you need.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a blocking method in Java?
Are variables stored in ram?
What are the differences between Java 1.0 and Java 2.0?
What is java and its types?
How is hashcode calculated in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Can an abstract class be a final class?
What is qualitative variable?
Explain the difference between abstract classes and interfaces in java?
When should you use arraylist and when should you use linkedlist?
How do you convert boolean to boolean?
How does a cookie work in Servlets?
Can we have try without catch block?
Why main function is static?