You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a Java program to create a class Student containing static and instance variables like – collegeName, Roll, Name, mobile etc. Also write one default and parameterized constructor to initialize these values. Create one display method to display student data and one get method to take value from user. Also create one static method displayCol…