Click here to Skip to main content
15,893,588 members

Comments by nuke_infer (Top 56 by date)

nuke_infer 7-Oct-16 3:58am View    
/*this is the method */

private static String [] compareDOB(student[] students){
//Comparator
nuke_infer 7-Oct-16 3:57am View    
Deleted
package assignment3;
import java.text.SimpleDateFormat;
import java.util.Comparator;
import java.util.Date;
public class student implements Comparable
nuke_infer 7-Oct-16 1:39am View    
i need to call this this method from the student class. could you please tell me how to do this
nuke_infer 30-Sep-16 6:15am View    
thank you richard
nuke_infer 30-Sep-16 5:50am View    
this is ok but it is printing both values together.i want one after other one.