Thread: Is this needed

  1. #1
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    Is this needed

    I am going to attend Java classes from tommorow they cover
    java, RMI, beans, Sockets, Swing classes, etc etc etc etc blah blah... The back end they teach is Oracle..

    I am good at c/c++ . Do you think i should learn this.. Is it usefull for me in any way in the future...

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> Do you think i should learn this..

    Yes.

    >>> Is it usefull for me in any way in the future...

    Yes.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    I read recently that more colleges now teach Java as their main programming language than C/C++. If you know C++, Java shouldn't be too hard.
    Truth is a malleable commodity - Dick Cheney

  4. #4
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >>> Do you think i should learn this..

    Yes.

    >>> Is it usefull for me in any way in the future...

    Yes.
    Yes.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Swing is a load of junk.......but the rest is worth knowing....and if you learn Oracle programming too, then its worth it as it will help your career prospects.

  6. #6
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Ok thanx.. My classes start from monday.. But what do you think i should concentrate more on... Applets, Servlets, Back End conectivity or sometin else. ANd what is RMI and what are the other things i should learn in this domain..

  7. #7
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Applets are pretty dead IMHO as dynamic web content can be done with less complex tools........and getting them to run on M$ Boxes is a nightmare.

    Servlets are good...they are classes that sit on a webserver and create webpages....they can also do more or less anything that normal java classes can do JDBC...threads......(well except the output is via HTML). They also have access to all the millions of Java class libraries that sre out there....so they are quite fun to work with....JSP is even better though......you type Java code into html (much the same as you do with VBScript when writing ASP pages) and this is parsed by the webserver, formed into a temporary servlet.....JSP does the same as servlets, but allows you to design your webpage visibly with tools like Dreamweaver Ultradev.....


    I think RMI stands for "Remote Method Invocation"...its a way to access java classes that exist remotely on a server or anther host............like COM remoting.....

    To be truethful I dont know much about RMI as I have never used it.......try JavaRanch for more info

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. free needed or not?
    By quantt in forum Linux Programming
    Replies: 3
    Last Post: 06-25-2009, 09:32 AM
  2. C Programmers needed for Direct Hire positions
    By canefan in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 09-24-2008, 11:55 AM
  3. lock needed in this scenario?
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-25-2008, 07:22 AM
  4. Releasing a program - what is needed? A few Q's
    By ulillillia in forum Tech Board
    Replies: 9
    Last Post: 04-28-2007, 12:18 AM
  5. C++ help needed
    By Enkindu in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 08-31-2004, 11:24 PM