Why should we use static variable?
also i wrote this program, the value of c gets overwritten, class hello_world { // Declared Instance Variable public String geek; public int i; public Integer I; public static int c = 188; public static void main(String[] args) { int c=68;