Learn Fortran and C++, both are still used very widely in both academia and industry. Other languages like Java, Perl and Python are scripting languages and are not compiled per say for speed, they may be easy to learn and run, but they are very slow in comparison to compiled languages. Matlab is a very widely used tool, and more and more prevalent in industry, matter a fact I use it daily as a scripting tool for plotting gobs and gobs of data that I generate at work. I know people who use it for hard core computation, but it is again slow in comparison to C++ and Fortran.
Now if your looking for a language, Java does not have a steep learning curve and you'll be able to learn the basics quickly. Learn how to program then move up to another language. I did it the other way around, C++ then Java and the reason I did that was to be forced into the more modern OOP paradigms. It has helped my skills immensely.
Now, before everyone jumps on me about Fortran, we use it everyday, some of our codes are built around legacy codes that are written in Fortran and will never be updated to C/C++. We have to link with Fortran libraries and deal with it, would we like to get these code updated, sure, but we don't get paid for that and our collaborators won't do it on their own. Whenever a legacy code is updated, there are errors, unintentional, but they are there, outputs are different, even sightly, but they are significant wen there is a trust factor built over years of use. Learning Fortran is a valuable skill, all of my young scientists and engineers have to learn it eventually because us old-timers will eventually retire.