1.Bundle args = getExtras().getActivity();
2.Bundle args = new Bundle(getActivity().getIntent().getExtras());
3.Bundle args = getActivity().getIntent().getExtras();
4.Bundle args = getIntent().getActivity.getExtras();
Answer:3