Rajesh Thiru

Rajesh Thiru

  • NA
  • 101
  • 4.3k

how to convert static variable to non static normal variabl

Jan 12 2019 4:31 AM
how to assign the static variable value to non static variable and use it in non static method . i tried it but the i cannot access the static variable to non static
static int a=100;
int b= a;
in above how can i access it its not working

Answers (1)