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 |
what is the difference between strcpy() and memcpy() function?
advantages of pointers?
what is the diffrenet bettwen HTTP and internet protocol
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What is the difference between volatile and const volatile?
how to devloped c lenguege?
What is the use of extern in c?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
What is volatile variable in c with example?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
What is string concatenation in c?