What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / alam
java is the strongest programming language............
but it is not fair to say that ,as strength of the language
depend upon the implementation environment to which it fits
the best.
like we have java....i.e more secure and best for networked
environment
and
c..........i.e more suited to system programming(hardware
programming)and for writing operating systems
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Distinguish between new and malloc and delete and free().
What does floor mean in c++?
Is c++ still being used?
what is C++ exceptional handling?
What is a rooted hierarchy?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is purpose of abstract class?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is the use of pointer in c++ with example?
What is a manipulative person?
What is an object in c++?
What is a far pointer? where we use it?
Out of fgets() and gets() which function is safe to use?
Are strings immutable in c++?
What is the difference between map and hashmap in c++?