what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / saroj
java is Object oriented programming language which is develop by James Gosling at Sun Microsystems. There is no full form of java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by dynamic memory allocation in c?
Why do we write return 0 in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How can you find out how much memory is available?
What do you mean by recursion in c?
What is atoi and atof in c?
What are qualifiers and modifiers c?
What is the size of enum in bytes?
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)
What is function what are the types of function?
What are the types of macro formats?
Explain what is the benefit of using const for declaring constants?
Is c procedural or object oriented?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above