Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Can java assign hex values?

  1. #1
    Junior Member Vaderman2787's Avatar
    Join Date
    Jun 2013
    Posts
    4
    My Mood
    Dead
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can java assign hex values?

    I need no know if java can assign hex and a example, i need it for a nes emulator i am making:

    I need to assign 1 MB or more

    1 MB = 0x10000:0000


  2. #2
    Member
    Join Date
    Jun 2012
    Location
    Left Coast, USA
    Posts
    451
    My Mood
    Mellow
    Thanks
    1
    Thanked 97 Times in 88 Posts

    Default Re: Can java assign hex values?

    Quote Originally Posted by Vaderman2787 View Post
    I need no know if java can assign hex
    Reference and examples: Primitive Data Types



    Cheers!

    Z

Similar Threads

  1. Replies: 1
    Last Post: May 16th, 2012, 05:15 PM
  2. how to send a hex file to a serial port in java
    By Himali in forum Java Networking
    Replies: 10
    Last Post: April 1st, 2012, 03:06 PM
  3. Assign Default values to the JTextfield in java swing
    By sjohnfernandas in forum AWT / Java Swing
    Replies: 1
    Last Post: December 17th, 2011, 06:59 AM
  4. Replies: 1
    Last Post: August 3rd, 2011, 06:49 AM
  5. how to assign values to (args) from Jcreator
    By amr in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 14th, 2010, 03:41 PM