Java static keyword


class Student{  
     int rollno;  
     String name;  
     String college="ITS";  
}  

Any Question ?