http://java.sun.com/docs/books/tutorial/java/generics/bounded.html At the line , �Box<Integer> integerBox = new Box<Integer>();�
It create class and passing �Interger� into it.
My question is if a class is defined as follow
Please ignore rest part of the program
Then in conductor also I can pass a value to class
What is the difference between passing through �constructor� and �Formal type parameter�