Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / jacob

JAVA full form is Just Another Virtual Language :)

Is This Answer Correct ?    15 Yes 7 No

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

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

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

Answer / pragya patel kurmi

java is a coffe seed

Is This Answer Correct ?    7 Yes 3 No

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

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

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

Answer / kodeeswaran

Java means just another virtual application

Is This Answer Correct ?    6 Yes 2 No

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

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

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

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

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

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

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

Answer / atindra nath ojha

The full form i feels is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR

Is This Answer Correct ?    81 Yes 79 No

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

Answer / yogesh sharma

javanese architecture virual accelerator

Is This Answer Correct ?    41 Yes 39 No

Post New Answer

More C Interview Questions

Meaning of () in c

1 Answers  


pascal triangle program

2 Answers  


What is the function of this pointer?

0 Answers   Agilent, ZS Associates,


Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


where do we use volatile keyword?

1 Answers  


What are the 5 data types?

0 Answers  


Can we access array using pointer in c language?

0 Answers  


which type of aspect you want from the student.

0 Answers   IBM, TCS,


write an algorithm and c program to add two 2x2 matrics

2 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


How can you restore a redirected standard stream?

0 Answers  


#include<stdio.h> int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?

1 Answers  


Categories