Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.lang.*;
- public class CStudent{
- public static void main(String[] args)throws Exception{
- CStudent John = new CStudent() ;
- String str1 = new String("HELLO");
- System.out.println("ee");
- }
Advertisement
Add Comment
Please, Sign In to add comment