what is the meaning of java that is (J A V A) full form of
JAVA
Answers were Sorted based on User's Feedback
Answer / jacob
JAVA full form is Just Another Virtual Language :)
| Is This Answer Correct ? | 15 Yes | 7 No |
Answer / kannammai ramaiah
JAVA is a name of coffee seed.James Gosling and his crew
members drank coffee at the time of thinking name for the
programming language written by them.Finally they decided to
keep the name of the coffee which contains the coffee seed
JAVA drunken by them as the name of the programming language
developed by them
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
Answer / kodeeswaran
Java means just another virtual application
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / neela azibha
java is an ooprogramming lang.it is an high level lang also,
i feel with the help of coffee seed they develope JAVA,the fullform of java is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / vemuri.v.n.sandeep kumar
JAVA MEANS TO DEVELOP OR GIVE MORE POWERS TO AN APPLICATION WHICH IS ALREADY BUILD OR GOING TO BUILD APP
THE FULL FORM OF JAVA IS
J--- JUST
A--- ANOTHER
V--- VIRTUALIZATION
A--- APP
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vinod designer
Naturally Java is a seed of coffee.
But technologically Java is a language or a written programme used to launch some interactive internet applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / atindra nath ojha
The full form i feels is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR
| Is This Answer Correct ? | 81 Yes | 79 No |
Answer / yogesh sharma
javanese architecture virual accelerator
| Is This Answer Correct ? | 41 Yes | 39 No |
Explain the difference between null pointer and void pointer.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What the advantages of using Unions?
How are strings stored in c?
What is the argument of a function in c?
How can I manipulate individual bits?
Explain do array subscripts always start with zero?
What is #line in c?
What does nil mean in c?
how to find the size of the data type like int,float without using the sizeof operator?
What’s a signal? Explain what do I use signals for?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?