what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / jagadeesh
JAVA FULL FORM IS " JUST ANOTHER VIRTUAL APPROACH "
Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
Why do we use & in c?
What is c programming structure?
What do mean by network ?
What is a null string in c?
Does c have function or method?
Explain the advantages of using macro in c language?
How can I invoke another program or command and trap its output?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are the data types present in c?
What are static variables in c?
What are the similarities between c and c++?
How can I do serial ("comm") port I/O?
What is the importance of c in your views?
Is c a great language, or what?