CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Jun 2009
    Posts
    100

    Several more questions. :-/

    Ok after working with java for a GOOD while I have a few more questions about java.

    If I made multiple threads for different functions would it be faster then if I just made one thread for all functions?

    What is the point of OOP if you can just assign the variable to that object anyways without the need for OOP? I understand that in most cases with applications OOP is very important but with applets I don't seem to have much use for it. Perhaps later....

    Is using built in shapes (Lines, Rectangles, Ovals) faster then using images? I would think so.....

    Is using an array for 10 variables faster then actually assigning 10 different variables? Also would think so....

    Sorry I have so many questions...

    Well so far I REALLY like Java. More then any other programming language for that matter. Plus it is cross-platform so that is another bonus. :-D
    Last edited by David2010; October 25th, 2009 at 11:35 AM.

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

Featured