what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / tom cruise
just another vague acronym..... this is the original answer
given by gosling james
| Is This Answer Correct ? | 84 Yes | 54 No |
Post New Answer View All Answers
What is #line in c?
What is hashing in c language?
Explain how can you determine the size of an allocated portion of memory?
What is data structure in c and its types?
What are local static variables? How can you use them?
Does * p ++ increment p or what it points to?
Define C in your own Language.
What is declaration and definition in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
How was c created?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is meant by 'bit masking'?
What is the benefit of using an enum rather than a #define constant?
What are static variables in c?
Differentiate Source Codes from Object Codes