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 / manu soni

"JAVA" Iceland of Indonesia where first coffee was produced, that coffee named "java".
so basically java is the first coffee.
so Officially there is no full form of JAVA.It is a programming language.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / tarun sharma

1.Java is not purely independent .
2.Java is object oriented programing langluage .
3.Java is not true object oriented language .
4.java are support multitreding it's a feature of java .
5. Java is robust language .
6.only in java you have to get free licence and source code .

Is This Answer Correct ?    0 Yes 0 No

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

Answer / jeeban samrat samal

Java stands for J- JAMES GOSLING A- ARTHUR V- VON HOFF A- ANDY BECHTOLSHEIN

Is This Answer Correct ?    0 Yes 0 No

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

Answer / nidhi.s

Java does have a full form. It is unknown by many people.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / durga reddy

actually there is no full meaning for JAVA.I think it is a seed name of coffee.

Is This Answer Correct ?    2 Yes 3 No

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

Answer / karthis4u

Just Another Vague Acronym

Is This Answer Correct ?    2 Yes 3 No

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

Answer / siddu g m

the developers of Java were drinking coffee while they were deciding the name of their programming language. So, they gave it the name "Java" as a slang of "Coffee".

Is This Answer Correct ?    2 Yes 3 No

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

Answer / sun-ny

Junction Actual Virtual Application

Is This Answer Correct ?    0 Yes 1 No

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

Answer / tc

Java :- Javanese Analyzer Virtual Architecture

Is This Answer Correct ?    0 Yes 1 No

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

Answer / manikanta

j------just
a------act
v------for very
a------action
don't think to much

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 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  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


Write a c program using for loop in switch case?

1 Answers   Infosys,


what are the different storage classes in c?

0 Answers   TCS,


What happens if you free a pointer twice?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values&#8212;for hours, minutes, and seconds&#8212;as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


What is array of pointers to string?

0 Answers  


Categories