Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are structures and unions?

997


What is meant by entry controlled loop?

1110


write a program that reads in a file and counts the number of lines, words, and characters. Your program should ask the user to input a filename. Open the file and report an error if the file does not exist or cannot be opened for some other reason. Then read in the contents of the file and count the number of lines, words, and characters in the file. Also print additional information about the file, such as the longest and shortest words, and longest and shortest lines. For simplicity, we define a word to be one or more characters ending with white space (a space, tab, carriage return, etc.). Functions for checking the types of characters can be found in the ctype.h header file, so you want to include this header file in your program. For example, the sentence below could be all that is in a file. This sentence IT 104 is taught in C++. has 32 characters, one line, and six words. The shortest line is 32 characters. The longest line is 32 characters. The shortest word is 2 characters. The longest word is 6 characters

5318


What is string in c++ programming?

1177


What is the return value of the insertion operator?

1126


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

964


What is c++ 11 and c++ 14?

1043


What are default parameters? How are they evaluated in c++ function?

1168


Comment on c++ standard exceptions?

1069


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

2001


What's the "software peter principle”?

1144


What is c++ flowchart?

1385


Why can’t you call invariants() as the first line of your constructor?

1012


Explain deep copy and a shallow copy?

1057


What is private public protected in c++?

1046