vote up 30 vote down star
16

Is it just me or are most colleges teaching Java instead of C++ these days? I feel like I've been missing out with having zero classes teach or use C++ at all.

flag

56 Answers

1 2 next
vote up 74 vote down check

I've discussed this with my professors. I've discussed it with people in the industry. I've even discussed it online, and if that's not definitive, I don't know what is.

I believe it comes down to 3 things.

3. Industry pressure

There's a lot of industry pressure to produce students who are experienced with Java. Companies are using Java a lot these days, so they feel the best way to get great Java programmers is to have universities teach Java.

Unfortunately, the concentration on Java has been to the detriment of the students. By giving students so much exposure to Java, they've reduced the exposure to other languages. The result is that most people who graduate with a computer science degree are not proficient in any low-level language (C, C++), nor are they proficient in any theory-based language (Haskell, Lisp).

Also unfortunately, it turns out that the industry is wrong. What they actually want are good programmers (code grinders are not hard to come by). Good programmers can use Java without any problem. The concentration on teaching Java has simply made it less common for student to be exposed to non-Java concepts. And it's really hard to be a good programmer if all you know is Java. Hence, the concentration on Java may actually be causing a decline in the number of good programmers being graduated.

2. Belief that high-level is better

There's a fairly pervasive belief in computer science that it's better to teach students high-level concepts than to teach them low-level details. Memory is a low-level detail. Pointers are low-level. Strings are (sadly) low-level. Objects are high-level. Object-oriented programming has become the ultimate goal.

With this mindset, it's easy to see that it's more important to understand the "concept" of a linked list than to understand the implementation. Sure, we have students implement simple linked lists. But they do it in Java, where memory is free and pointers are crippled. We also give them two weeks and enough reference material to cut and paste 99% of it. The end result is that many students don't really understand linked lists, which is why you'll see them two years later fetching every element of a linked list via a for-loop and the get() method. They missed the memo that this is really expensive. You'll see these same people concatenating strings in a loop, instead of using a StringBuilder or a StringBuffer, because they really have no idea what's going on. Thank God we saved them from all the low-level details about how things really work.

1. Declining enrollment

Computer science departments are scared to death about the falling CS enrollment. They got really spoiled during the .com bubble, and forgot that they are, in essense, a science. Their enrollment isn't supposed to match the English school. It's supposed to match Physics.

Since the bubble burst, there's been an enormous push at all levels of academia to keep enrollment high and to keep the graduation rate nearly as high. This means that they've knowingly simplified the curricula to keep from scaring students off. They really, really want to seduce people into computer science, so they are doing everything they can to hide the ugly details of the field. That means beginning courses use easier languages. It means that the students aren't graded, or pushed, as hard. It means that they have dumbed it down, because they don't know what else to do. They are afraid to push people out of the field, because they can't get enough people to replace them. The end result is that the entire field gets watered down.

Frankly, I don't envy computer science departments. On the one hand, I do think the quality of programmers would rise if they'd just push really hard at first. It would weed out people early, and allow them to raise the bar for the rest of the students. On the other hand, I think if they pushed harder, they would cause enrollment to plummet. This would result in a backlash from the university, from the industry, and from the government. No one wants enrollment to drop, but no one has come up with a reliable way to increase enrollment.

So they teach Java, and pray that most students don't quit.

link|flag
1  
May as well link to the memo, or anything at all. – dlamblin Nov 17 at 12:35
show 2 more comments
vote up 5 vote down

It's been that way for quite a while; many of the Universities here in Australia teach Java over C++ because it's more mainstream - and modern. Mind you, when I went to Uni I got to do two semesters of COBOL and only one of C, so...

Mainstream means that having learned Java, it's a skill you can take out into the real world and apply to a corporate job. C++ is rarely used in greenfield development nowadays, replaced by Java J2EE.

Modern is desirable because things like resource management - memory handing et al - are the kinds of things that ought to be handled by the language, not the programmer. Programmers ought to be solving problems, not ensuring that every new is matched by a delete. That kind of argument is persuasive to the Lecturers who set syllabuses.

So I put it all down to pragmatism.

link|flag
show 1 more comment
vote up 7 vote down

Colleges believe that Java is easier to learn and easier to teach. There is also a push to give students "real world" experience and in the "real world" Java Programming ability, regardless of real value, is generally considered to be more valuable to C++ programming ability.

I don't claim that this common belief is right, but it is prevalent among project managers and interviewers.

link|flag
vote up 1 vote down

I'd imagine better corporate uptake, better OO support and all round better exposure.

link|flag
vote up 1 vote down

It depends on the University. I think teaching core concepts is the most important part though: Java is probably a better language to teach programming/OOP core concepts with. C++ has lots of idiosyncracies that you have to learn about (or maybe less idiosyncracies and more that it's 'pure OOP'?), which would get in the way of the teaching.

That said, the University I'm attending started with C as the basic language and uses C++ to teach OOP. Java's in there somewhere though.

link|flag
vote up 8 vote down

I also think it's a case of Java has an ability to quickly bring forward the visual side of programming, of getting an app that really does something visually for the student to experience. C/C++ and a console app, just doesn't set most people's heart buzzing. Granted C and derived languages can do visuals pretty easily, but Java just does it faster.

In talking with teachers/professors at my school a lot of them said that the first CS course was to get kids hooked on programming, and a slick app is a really easy way to do that.

link|flag
show 1 more comment
vote up 2 vote down

First of all, don't take a course that is only meant to teach you a language. Unless it's a completely different way of thinking from what you're used to, it'll be a big waste of time. Take courses that focus on algorithms and the like. If the material can't be applied to another language, then it's practically useless in the long run.

I imagine that the reason schools choose Java is because it frees them from having to talk about pointers. I could see that making the job much easier.

link|flag
vote up 2 vote down

This immediately made me think of slashdot rant threads.

link|flag
vote up 19 vote down

I think it's about levels of abstraction. Java is generally taught as an introductory course because as an introduction students do not need to know about things like memory management or pointers. Over a degree these abstractions are given more detail and students can begin to understand where abstractions leak.

link|flag
vote up 5 vote down

I think that demand from industry has played the biggest role. That is to say, demand from industry, filtered through the university bureaucracy, and mixed with pressure to keep up graduation rates.

Java is the easy choice. It's not as hard to pick up as C, it can't be called 'too academic' the way functional languages often are, but it feels ever so slightly more hardcore, than say, PHP. Personally I'd wish that my first year class (I'm in third) had been taught in Scheme, but I can just play with that on my own.

link|flag
vote up 0 vote down

I think it also depends on what school you go to. Some schools that may not have a focus on technical skills and lean more towards liberal arts or even just a generally larger college might believe that Java is easier to learn and has a quicker satisfaction. (Applets and quick programs that do things).

I go to a college known for engineering. Here the intro to the CS degree is taught with Python. Then OO moves on with Java, then Assembly and C.

However, the only CS the vast majority take is taught with MATLAB.

link|flag
vote up 0 vote down

I was in the business school in college and our first programming class was C++. This of course was not C++ for majors, but it still gave me a bad feeling that I wouldn't do well in the class.

I think teaching core concepts is the most important part though: Java is probably a better language to teach programming/OOP core concepts with. C++ has lots of idiosyncracies that you have to learn about (or maybe less idiosyncracies and more that it's 'pure OOP'?), which would get in the way of the teaching.

Java tends to have a more universal feel to a business major that does teach better OOP concepts than C++. But then again, in my C++ class, we really only went through basic programming concepts.

My only Java class was my senior year when it was my "senior OOP" class. It was great at teaching me how to program the topics I learned in my Object Design class from my jr year.

link|flag
vote up 0 vote down

I think it's a combination of two things:

1 - Most jobs out there right now are Java. Schools look better by producing Java experts because they enter jobs without needing to be trained in the language.

2 - It's easier to teach a concept like Operating Systems or HTTP Networking when you can just focus on the concepts and not have the students worrying about things like memory management.

I finished college about 5 years ago, it was ALL Java except for a couple of specialized courses where C++ or C were used. For example in Game Programming we used Direct X, in Graphics Programming we used OpenGL, etc.

link|flag
vote up 10 vote down

I just finished four years at Virginia Tech as a Computer Science undergrad. My languages in coursework went as follows:

  • Java in high school, as the AP Computer Science exam had gone to Java that year.
  • Java for Intro to Object-Oriented Programming
  • C++ for Object-Oriented Analysis and Design
  • C++ for Data Structures (PR-quad trees, B-trees, 2-3 trees, binary search trees)
  • C for OS (extending PintOS from Stanford with userland programs, a filesystem, virtual memory, and multi-threading and dynamic priority scheduling).

All things considered, I think it's a great way to go about it. I learned object-oriented from the ground up, without a lot of language syntax (I'm looking at you, C++, and your pure virtual templated function syntax); I learned pointers and detailed memory management once I was comfortable with basic object-oriented principles, and learned to blow my foot off with C in OS.

Working now on OS X and iPhone applications using Objective-C and Cocoa, I feel completely comfortable handling high-level object abstractions in Cocoa, and handling memory with retain-release memory management in Obj-C.

link|flag
show 2 more comments
vote up 2 vote down

Java is, in a sense, easier to learn because it hides pointers from the programmer. It allows newer programmers to easily write programs that have dynamic memory for assets such as text, graphics, and input, unlike C++ where memory must be handled by hand or by using a smart pointer, which beginners may not know exist until they find them.

A second reason is that companies are writing programs in Java because of the easier learning curve which produces a larger pool of programmers to hire. Java will also run on any machine that has a JVM - Windows, Mac, Linux, and many cell phones as well. Write it once, run it everywhere!

However, there is a niche where the lower level capabilities of C++ comes in handy - embedded systems programming. Many such devices have memory mapped IO that cannot be accessed without using pointers, thus rendering the higher level languages nearly unusable.

In the end though, it should really come down to using the correct tool for the problem.

link|flag
vote up 4 vote down

The only languages I was "taught" in school were Pascal (this was 20 years ago) and 80x86 assembler. Every other language we used in school, we taught ourselves.

Java is a reasonable choice for an introductory programming course, but students who don't learn anything else are going to be at a disadvantage when they look for jobs after school.

link|flag
vote up 0 vote down

Many universities also do not teach basic concepts such as pointer arithmetic and recursion. I was actually told by one of my professors not to use pointer arithmetic, but to use array index notation instead. What? Do they think that we cannot grasp these concepts, that they are too difficult? This is fine if all I want to do is go and write banking software, but what if I want to write the next programming language or a web server? I for one am very disappointed in the education that I have received thus far. If only I could go to MIT...

link|flag
vote up 0 vote down

At a school that I tutored at it was mostly about industry pressure. The banks and insurance companies in the area were using Java, so the university followed suit.

link|flag
vote up 8 vote down

The reason that first comes to mind is that schools are out to teach CS rather than 'programming'.

Java was chosen at my former school because it provided an easy way to start doing some real work quickly with regards to data structures and algorithms, while abstracting away the messy details of how a computer actually works that might be too much all at once for a first year student.

If you're a professor, would you rather spend the bulk of your student's time trying to get them to really understand a concept such as node manipulation in a B-Tree, or would you prefer they rip their hair out on top of this once pointers become involved?

Java also provides a nice bridge to other similar syntax languages in classes that are 'closer to the metal', such as compilers or OS.

On top of all of this, the java sdk is free for students to download, and there are popular tools such as Eclipse that are also free and will provide a uniform experience regardless of what platform their home machine is running on.

link|flag
vote up 2 vote down

One answer is that Java has a less severe learning curve than Java, so there aren't as many syntactical and other gotchas in the way before you can get to learning the concepts.

I'd also say that C/C++ now occupy the space assembly language occupied 10-15 years ago, and Java/C# now occupy the space where C/C++ were.

link|flag
vote up 0 vote down

I'm a college student just starting Progamming classes

C++ is what our school teachs for Progamming I class.

link|flag
vote up 0 vote down

I recently had a friend in the business world ask me how he could learn to program. In response, I enthusiastically recommended Deitel and Deitel's "C++: How to Program". I believe that it is THE book to learn programming on. Think of my friend as Joe Student at University of So and So where the CS department doesn't believe in teaching the low level details. Is he at a disadvantage? Yes, but a recoverable one if he is willing to put in effort to go out of the box.

The disadvantaged need town criers though, because they don't even know their need to learn these things. The professors are telling them they should learn this and that, but not C++ and pointers--I remember reading a Java book once, and it failed to enter into the details of some of the class algorithms with the excuse that "some very smart people wrote these things so that we don't have to"; were they saying that as a reader of the book, I am not as smart as those?--so we have to cry out the need and we have to provide learning forums to recover our science.

In response, to both my friend and posts like this, I've called up my local school district and offered to get involved at the grade and high school levels to teach Deitel and Deitel's C++ book to kids.

link|flag
vote up 0 vote down

At University I was taught 1 year of Java, then a year of C++, then Java again in the 3rd year. Both are very similar.

link|flag
vote up 0 vote down

I think Java is well suited for most general programming or software engineering courses. However, for courses on data structures (such as trees, linked lists etc.) that are made up of pointers, it seems irrational to teach them in a language which does not have pointers.

Fortunately some universities understand that (see CipherSwarm's post above).

link|flag
vote up 1 vote down

As a few other people have commented, I personally believe the reason many universities are going with Java is that is fairly easy to pick up and learn, allowing the professors to focus more on the theories and concepts behind our field. While I understand people arguing for universities to teach more languages, it takes something away when the student has learn syntax. If they know the concepts and ideas, they should be able to pick up just about any language. I also think that those students that want to be exposed to various languages, can easily do so on their own. Just my two cents (although slightly slanted since the University I attended mainly taught Java also).

link|flag
vote up 1 vote down

Here at the University of Colorado at Boulder, we use Python in the first half of the first CS course and C++ for most of the rest. I am glad that I am expected to deal with a systems-level language for the core courses like data structures and algorithms, having programmed in Basic, C, Java, C#, and others. Some more specialized classes like Operating Systems also deal a bit with x86 assembly.

I asked one of the professors about the language choices, and he talked about the following (paraphrased):

  1. Python is very useful in the beginning class because it has an interactive interpreter, so students can see what happens with short lines or snippets of code, which helps them quickly learn the basics of programming, while avoiding complexities like compilation. As soon as they start getting comfortable with Python, they start using C++ for the second half of the first CS course, so that they are ready for the later courses.

  2. Using a systems-level programming language teaches data structures and algorithms better because you can better understand how the code interacts with the actual computational hardware, and more so with using a bit of assembler code for students focusing on systems programming.

  3. Dealing with pointers, memory addresses, and manually managing memory is viewed as a vital part of the CS curriculum to produce students who know the finer details of computing theory and practice.

  4. The belief that it is easier to move from C++ to Java, C#, and so on than it is to go the other way around. Even though C++ is not the best language for many tasks, knowing C++ is similar enough to most other languages to pick them up quite easily.

link|flag
vote up 0 vote down

I don't think C++ is any good. Beginners should be taught C. Then they can go and learn Java on their own if they want.

link|flag
show 2 more comments
vote up 1 vote down

My first programming class was PDP 11 assembly. We learned the mechanics of memory management, pointers, and the difference between stacks and heaps. After that class it made you appreciate all the stuff going on when you made a function call, pushing onto the stack input parameters and the return address, etc.

link|flag
vote up 6 vote down

Having spent a lot of time programming in both C++ and Java I would say that it is because people recognise, consciously or unconsciously, that Java has lower accidental complexity than C++. Put simply, it is easier to get more done with fewer lines of code and that helps when trying to teach new concepts.

link|flag
vote up 0 vote down

I have everthing in the first year in C at the University of Sao Paulo (USP, Brazil) in my basic data structures course (and some logic gate programming in hardware class). Then in the second year VHDL (for hardware class) and more C (data structures II class). Now I'm starting in Java in my OOP class which is great to teach the concepts of OOP, C++ have many pitfalls that teachs very bad practices if you are inexperienced. So I think that Java is good, to teach OOP concepts.

I remember my first year, almost everbody in my class did not get pointers, they where completely lost. Took 2 months just so they could learn to build a simple list, but aftwards everthing went smooth, including binary trees.

At my university they teach concepts, not languages. How can you learn what a list is without pointers? How can you learn to deal with objects if you can program using the old paradigm by accident?

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.