java programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • divya ramprasad
    New Member
    • Jan 2014
    • 5

    java programming

    i have decided to take up an online course on data structures... but the problem is the algorithm is predominantly based on java... i am familiar only with c and c++... is it a good option for me to take up the course?? does it need knowledge about java in detail???
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    The syntax of Java was in many parts based on that of C++ (which was of course based on C), so syntactically speaking, you shouldn't have too many problems with Java. There are of course differences in the languages (and big ones, especially in the libraries!) but a course on data structures will probably not use those too much. So long things short: I'd go for it if I were you.

    Comment

    Working...