Results 1 to 4 of 4

Thread: Can someone answer a question for me!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Location
    Atlanta Ga.
    Posts
    177

    Can someone answer a question for me!!

    Is Java a Top down language? Can someone give me some in depth information regarding this programming language? Thanks!!!

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    What's a top-down language?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Addicted Member
    Join Date
    Apr 2001
    Location
    Ottawa, Canada
    Posts
    181
    java is OOP, object oriented programming...

    objects meaining differnet classes with specific states and behaviours, they share code, interact as designed, output on GUI, or Dos console..



    as for top-down, i'm not so sure

    --770

  4. #4
    Hyperactive Member
    Join Date
    Jun 2002
    Location
    Tulsa,Ok
    Posts
    262
    Java is like C++. You can develop it to be designed to run top-down, that is, start at on point and run down through the code. You can also create event driven programs that will wait for user responses and act accordingly.

    So to answer your question, yes is is a top down language but at the same time it is not. True top down languages would be COBOL or Basic.

    Hope that helps

    Jerel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width