Hi All

I thank everyone who replied for my  question about JDBC. Now i have a question 
about generics. What is the difference between these two methods

Generic Method:

private <Bijesh extends String> void  print(Bijesh l){
        System.out.println(l);
    }

Non Generic Method:


    private void print1(String s){
        System.out.println(s);
    }


Thanks in Advance
Bijesh



      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to