package com.lhstack; public class Test { public void hello(String name){ // int i=1/0; System.out.println("hello,"+name); } }