what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / narayana swamy
Java has no full form because as coffee is the inspiration for this language name,also you can see the logo of java is cup ,plate and steam.apparently gosling got inspired by coffee named java
Then java is
J = James gosling
A = Arthur
V = van hoff
A = Andy bechtolsheim
😊
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the key features in c programming language?
What is union and structure in c?
What does c mean?
What is the purpose of sprintf() function?
What are the similarities between c and c++?
Explain how do you print only part of a string?
What is a memory leak? How to avoid it?
What is the difference between formatted&unformatted i/o functions?
Is register a keyword in c?
What are the scope of static variables?
Define C in your own Language.
What is the difference between call by value and call by reference in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Explain the advantages of using macro in c language?