Hi, Can any one explain me the meaning of (*+lId*) in the below given line *vArgs.add (String.valueOf (+lId));*
In the above line, vArgs is an arrayList and lId is a long value. Normally we write vArgs.add(String.valueOf(lId)). But both vArgs.add(String.valueOf(lId)) & vArgs.add (String.valueOf (+lId)) are returning the same result. Any explanation will be appreciated. Thanks in advance. Regards Abinash --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---