Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
hi.. class test{ public static void main (String args[]){ char tt =(char)0x7;//u can even pass octal val 007 output will be : 7 other related methods are : Integer.toBinaryString(int target)
Replies: |
Sponsored Links
|