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


Please Help Members By Posting Answers For Below Questions

What is a heavyweight component?

544


What is byte data type?

552


Explain jvm, jre, and jdk?

563


Difference between string, string builder, and string buffer?

532


Which command from the jdk compiles a java program?

491






What is a string what operation can be performed out with the help of a string?

515


What is the range of the short type?

590


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

646


How does system arraycopy work in java?

583


What does pointer mean?

546


Why is method overloading not possible by changing the return type in java?

597


Can I import same package/class twice?

498


What is an example of procedure?

518


What is exception hierarchy in java?

593


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2376