Skip to content

Instantly share code, notes, and snippets.

@devrath
Created August 10, 2015 07:38
Show Gist options
  • Select an option

  • Save devrath/d424e5a664fb46dafd90 to your computer and use it in GitHub Desktop.

Select an option

Save devrath/d424e5a664fb46dafd90 to your computer and use it in GitHub Desktop.
CheckingNullForClassInJava
if (login.getPatient_profile() instanceof PatientProfile){
System.out.print("--------------->????--Is an intanceOf");
startMainActivity(true);
}
else {
System.out.print("----nnoooo-------->????--Not an intanceOf");
startMainActivity(false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment