Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // This will result in a compilation error, remove 'public' from class Demo will resolve it
  2. // Or this class should be placed in the Demo.java file
  3. public class Demo{
  4. public static void main(String[] argss){
  5. System.out.println("xx");
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement