what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / srikanth kothakonda
java is an object oriented programming language . invented by james gosling
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
swap 2 numbers without using third variable?
What does dm mean sexually?
How can I handle floating-point exceptions gracefully?
How do I read the arrow keys? What about function keys?
What is wrong in this statement?
Are pointers integers in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Why pointers are used in c?
What are terms in math?
Why C language is a procedural language?
What is pass by value in c?
What is the advantage of a random access file?
Describe the modifier in c?