what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / saikiran
java is a purely oriented language. it is used to develop the applications. it is plat form independent.but java has no full form.
| Is This Answer Correct ? | 110 Yes | 39 No |
Post New Answer View All Answers
What is the use of gets and puts?
How is a pointer variable declared?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain what is the general form of a c program?
How can a program be made to print the line number where an error occurs?
What are the functions to open and close file in c language?
Explain how can you avoid including a header more than once?
What is I ++ in c programming?
What are different types of variables in c?
What is header file in c?
Can the curly brackets { } be used to enclose a single line of code?
What is a constant and types of constants in c?
What are the two forms of #include directive?
Explain how are portions of a program disabled in demo versions?
Why malloc is faster than calloc?