import - Java error code? -


What is the error: The array list can not be sorted in a way i.e. in Dr. java ?

You probably have to add the line

  import java.util ArrayList;   

Post the code to make sure in your source file.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -