QUOTE(cgig @ 22 Aug, 2008 - 09:10 PM)

I understand C/C++ is not used but what about Java
Do some web developers use JAVA and if so what for?
Thanks in advance for any help
Oh, I see. First of all - many job postings are written by someone buried in the Human Resources dept. of the company. They may have no idea at all what the job is all about and what they really need. So, it's POSSIBLE that's what's happening.
BUT, with that said, the reason they're asking for C/C++ is because if you're experienced in C/C++ then you're a hop, skip and a jump away from every other conventional language. The general syntax between C/C++, Java and C#(.NET) is nearly identical. Now, compiled programming languages aren't used for web design - so why do they want it?
From the job description, I see that they're a .NET shop. This means they use Microsoft IIS(Internet Information Services - Web Server). The whole point of .NET is to make software development easy for jobs with different languages involved - you're supposed to be able to write a class in one language, and then turn around and use it in a completely other language. So, you can write a C++ class and use it in, say, a Visual Basic.NET application. So all .NET languages can technically talk to each other.
Specifically, when they mention C++, they're asking for Visual C++ which is the C++ Visual Studio compiler.
Because of this, IIS is .NET, so you can use C# code in your ASP.NET pages and such. So, if you know C++, you can slide into C# without too much trouble - all you have to do is learn the Microsoft interface for everything...
I haven't worked with JSP(Java Server Pages), but as I understand it, JSP can contain Java code - kinda like you can with C#.
This post has been edited by Galaxy_Stranger: 14 Sep, 2008 - 11:48 PM