Advertisement
Teknogezgin

Parametresiz Metodlar

May 25th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package metodyontemi;
  2. // Author: Mehmet Gündoğdu - teknogezgin.com
  3. public class YapilandiriciOrnegi {
  4.     public static void main (String [] args){
  5.         writeonthescreen();
  6.     }
  7.     static void writeonthescreen()
  8.     {
  9.         System.out.println("The method was called.");
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement