Programming Tutorials

Comment on Tutorial - Vector example in Java By Grenfel



Comment Added by : Sudev Wilson

Comment Added at : 2015-04-08 12:23:33

Comment on Tutorial : Vector example in Java By Grenfel
@Srini

Hi Srini, I can answer your query. Its a concept in java called autoboxing if you pass any primitive datatype instead of object (eg. int data ie, 45 intead of Integer class object) it will automatically converted to object type and vice versa.

I hope you understood this.

Thank you.


View Tutorial