Quote Originally Posted by youssarian View Post
What is STL?.
O.o

Standard Template Library

I consider Java more of a learning programming language because it handles things for you that a real programmer doesn't want handled automatically. It hides things like allocation, cleanup, and polymorphism, which can add up to some serious optimization problems.