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 |
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
create an SINGLE LINKED LISTS and reverse the data in the lists completely
develop algorithms to add polynomials (i) in one variable
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What are keywords c?
What is auto keyword in c?
What is the difference between functions abs() and fabs()?
Explain how can I right-justify a string?
Why cd or dvd are round why not square.
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
Write a program in c using only loops to print * * * * * *******
write a program to gat the digt sum of a number (et. 15= >1+5=6)