what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / tarun sharma
1.Java is not purely independent .
2.Java is object oriented programing langluage .
3.Java is not true object oriented language .
4.java are support multitreding it's a feature of java .
5. Java is robust language .
6.only in java you have to get free licence and source code .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the most efficient way to store flag values?
Can 'this' pointer by used in the constructor?
What is the main difference between calloc () and malloc ()?
What is 2c dna?
how to construct a simulator keeping the logical boolean gates in c
Can we access the array using a pointer in c language?
What are the two forms of #include directive?
Why is c faster?
What is the difference between null pointer and wild pointer?
Which is best book for data structures in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is meant by keywords in c?
Are the expressions * ptr ++ and ++ * ptr same?
Difference between pass by reference and pass by value?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?