Fragment fr1 =new FragmentABC();
and
Intent in = new Intent();
where Fragment and Intent are build class while FragmentABC is user defined class.
Its pretty basic but still cant figure out the reasonable difference to justify on instantiating. Want to know what's the difference between two statements, please be descriptive in the answers you provide.