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
Can member data be public?
What is meant by forward referencing and when should it be used?
What is bubble sort c++?
What would happen on forgetting [], while deallocating an array through new?
Why is it called c++?
What are the advantages of using typedef in a program?
What are associate containers?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What problems might the following macro bring to the application?
How is static data member similar to a global variable?
What are the differences between the function prototype and the function defi-nition?
Where are setjmp and longjmp used in c++?
How to declare an array of pointers to integer?
What kind of problems can be solved by a namespace?
Define linked lists with the help of an example.