Suppose i want to make a class Student{
int rollno;
String name;}
how to use this class in a online text editor like Coding Blocks IDE where we only have one file to write the whole code.
import java.util.*;
public class Main {
public static void main(String args[]) {
}
}