what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / dheeraj soorma
JAVA is pure object oriented language that name preferred from coffees seed .no full form of java because it is not an abbreviation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should you use a type cast?
In C programming, what command or code can be used to determine if a number of odd or even?
How does pointer work in c?
Why c is procedure oriented?
Why is #define used?
What is function definition in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is meant by 'bit masking'?
Why c language?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What functions are in conio h?
What is infinite loop?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How can you increase the size of a statically allocated array?