//toString ¸Þ¼­µå¸¦ ÀçÁ¤ÀÇÇÏÁö ¾ÊÀº Ŭ·¡½º public class Def_toString { int value; public Def_toString(int value){ this.value = value; } }