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 3 of 3

Thread: need some help figuring out what some code does

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question need some help figuring out what some code does

    can anyone tell me what line 63 of the source code for facebook does, specifically how does it sort friends? any help would be greatly appriciated.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: need some help figuring out what some code does

    You are going to have to provide a lot more detail than that...I can guess, mine being that you are referring to the html source code of the home page of facebook - meaning you are probably referring to javascript. These are java forums, and java != javascript. I am presuming my guess is correct, and moving this post to the Other programming languages section until otherwise corrected.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: need some help figuring out what some code does

    yes java script, i thought they were the same. you can tell how much i know... thanks, i will make a new post. if it is a housekeeping issue, you can of course remove this one

Similar Threads

  1. Having trouble figuring out how to recursively do this.
    By javapenguin in forum What's Wrong With My Code?
    Replies: 17
    Last Post: May 1st, 2012, 09:50 PM
  2. Need help figuring this out its driving me Nutz!
    By Bamanen in forum What's Wrong With My Code?
    Replies: 10
    Last Post: February 24th, 2012, 11:51 AM
  3. Having a hard time figuring out how to make my code work
    By iainnitro in forum Loops & Control Statements
    Replies: 2
    Last Post: September 6th, 2011, 07:48 AM
  4. Need help figuring out the problem (GUI)
    By Prescott in forum What's Wrong With My Code?
    Replies: 10
    Last Post: August 8th, 2011, 12:01 AM
  5. Figuring Out Object Arrays
    By bengregg in forum Collections and Generics
    Replies: 2
    Last Post: April 5th, 2011, 05:55 AM