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 / naveen

java comes from coffee.its very hard to learn.if u want to
do coffee lern java

Is This Answer Correct ?    19 Yes 57 No

Post New Answer

More C Interview Questions

what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


There seem to be a few missing operators ..

0 Answers  


What is the value of c?

0 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  






You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


What are the different types of constants?

0 Answers  


How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,


What are the types of operators in c?

0 Answers  


What is information technology.

1 Answers  


What is signed and unsigned?

0 Answers  


Categories