Advertisement
wingman007

Java2014MethodsRecursionObjectsClassTest

Nov 16th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6.  
  7. package datatypes;
  8.  
  9. /**
  10.  *
  11.  * @author fmi
  12.  */
  13. public class Test {
  14.     public static int getAge() {
  15.         return 50;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement