I am new in programming. I am sorry for question. I can not understand what does it mean. Piese of code
public void onRadioButtonClicked(View view) {
boolean checked = ((RadioButton)view).isChecked();
What does this sintaxis of construction mean, how is named it to find and read.((RadioButton)view) Thank you.