This snippet is for miscellaneous bits of code specific to individual languages.
Download misc.zip
Synopsis: |
| misc.java |
| ||
package jsnippets;
import utjava.ut;
public class misc
{
public void test1()
{
ut.utassert(Integer.toHexString(1), "1");
}
}
|
| Contact me about content on this page using john_web-at-arrizza-dot-com |
| For Web Master or site problems contact: webadmin-at-arrizza-dot-com |
| Copyright John Arrizza (c) 2001,2002,2003,2004,2005,2006,2007 |