What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / billy howell
You people do realize that you are answering the wrong
question, right? It didn't ask which is strongest. It
asked which is your strongest. As this question is
completely subjective, I would guess that you balance the
truth with what the company is looking to procure. If they
want a C++ developer and your strongest language is Java,
you may want to say C++ as long as you are strong in that
language.
By the way, please do not use the phrase "most strongest"
in an interview unless you want to get laughed out the
door. Also, all of you that plugged Java here may be
impressed by platform indepence, which C# and VB.NET have
too, but try running real-time systems with Java. People
who work in the video, high-level math, and game industries
cried a little bit when you said Java was the best. : )
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain how functions are classified in C++ ?
What is private, public and protected inheritance?
Is c++ a high level language?
What is a dangling pointer in c++?
What are the rules for naming an identifier?
What is a virtual destructor? Explain the use of it?
What do you understand by pure virtual function? Write about its use?
What is an inline function in c++?
How do you flush std cout?
What is the importance of mutable keyword?
Explain stack & heap objects?
What is the difference between #define debug 0 and #undef debug?
What is a rooted hierarchy?
Write a function that swaps the values of two integers, using int* as the argument type?
What is the use of "new" operator?