phanindhar1

Untitled

Oct 25th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package npo;
  2.  
  3. public class HelloWorld{
  4.  
  5. public static void main(String []args){
  6.  
  7. String s = Temp.class.getName();
  8.  
  9. System.out.println(s);
  10.  
  11. }
  12.  
  13. public class Temp
  14. {
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment