what is the meaning of java that is (J A V A) full form of
JAVA

Answer Posted / ramesh

just analysis and virtual analytically

A high-level programming language developed by Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web.
Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most computers because Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. Bytecode can also be converted directly into machine language instructions by a just-in-time compiler (JIT).
Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java applications are called Java applets and can be downloaded from a Web server and run on your computer by a Java-compatible Web browser, such as Netscape Navigator or Microsoft Internet Explorer.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do dynamic memory allocation in C applications?

631


largest Of three Number using without if condition?

1009


How does pointer work in c?

622


Between macros and functions,which is better to use and why?

1571


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

657






What do you understand by friend-functions? How are they used?

648


Explain what is the difference between text files and binary files?

620


How can I read a binary data file properly?

636


What is NULL pointer?

678


Why we not create function inside function.

1750


What is use of integral promotions in c?

667


What is a program flowchart and how does it help in writing a program?

666


What is storage class?

655


What is the most efficient way to store flag values?

690


What is hash table in c?

575