java对大数据量文件内容的多线程读取和排序 1.Generate a random text file, which contains at least 100 Million lines. Each line must contain over 100 characters. 2.Compose a Java program to sort the file within a standard qualified time (time for data IO is also counted). Less running time used, the performance is better. The program MUST NOT consume memory over 512M Bytes, and the usage of CPU is not limited. 各位大侠,大家好,我现在有个棘手的题目,请大家帮忙,有满意答案后可给分 题目翻译入下: 1:生成一个随机的文本文件,其中包含至少10亿行,每一行必须包括100个字符。 2:编写一个java程序,对此文本内容进行排序,排序计时,时间越少性能越好,内存不得大于512MB,CPU满意限制。