class Samp01 { public static void main(String[] args){ short s = 10; met(10); } private static void met(short s){ } }