what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / vivek upreti
java is a pure object oriented language.It is very friendly
language. Every body easily understand. It is plateform
indepandent.
| Is This Answer Correct ? | 329 Yes | 143 No |
Post New Answer View All Answers
What is the difference between array_name and &array_name?
What is signed and unsigned?
Why #include is used in c language?
What is the difference between local variable and global variable in c?
What is pivot in c?
What is oops c?
What is scope rule in c?
What is the -> in c?
What would be an example of a structure analogous to structure c?
given post order,in order construct the corresponding binary tree
Difference between macros and inline functions? Can a function be forced as inline?
What is typeof in c?
How do you construct an increment statement or decrement statement in C?
Explain the properties of union. What is the size of a union variable
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above