Urgent multiple column sorting

can anybody tell me how the multiple column sorting is done

for example if i have a table with data

aa ab bd ap

ef ac ak ef

ef afpa ea

ab cd pp ac

how will be the data if i sort table col1 in ascending and col3 in descending order

please send any thing related to this am urgently in need of it

[344 byte] By [sri_icsa] at [2007-10-3 10:31:03]
# 1
use Comparator
angeles1016a at 2007-7-15 5:53:48 > top of Java-index,Java Essentials,Java Programming...
# 2
put individual columns in different arrays sort them in the way u want and put them back to the table...
ttrra at 2007-7-15 5:53:48 > top of Java-index,Java Essentials,Java Programming...
# 3
NO each column is not saperate , one row of data is ralated with some constraint so i have to move entair row not that value individually in one column as you said using array
sri_icsa at 2007-7-15 5:53:48 > top of Java-index,Java Essentials,Java Programming...