what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / 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 |
Post New Answer View All Answers
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is %lu in c?
Explain the use of 'auto' keyword in c programming?
Write a program to check whether a number is prime or not using c?
Define recursion in c.
Why can’t constant values be used to define an array’s initial size?
What will be your course of action for a push operation?
Is main a keyword in c?
What is merge sort in c?
What are logical errors and how does it differ from syntax errors?
Why does this code crash?
How do you use a 'Local Block'?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples