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
How do you define/declare constants in c++?
What does std mean in c++?
How to allocate memory dynamically for a reference?
What is virtual methods?
Explain the register storage classes in c++.
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What are the methods of exporting a function from a dll?
What are c++ manipulators?
Describe the advantage of an external iterator.
What is the basic difference between C and C++?
What is the disadvantage of using a macro?
What is the use of seekg in c++?
Difference between pointer to constant vs. Pointer constant
What is a lambda function c++?
Write about all the implicit member functions of a class?