From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c434e6fc0d3ab95 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: What good is Ada ??? Date: 1997/01/04 Message-ID: #1/1 X-Deja-AN: 207777325 references: <32cf95b5.9781483@netnews2.worldnet.att.net> organization: New York University newsgroups: comp.lang.ada Date: 1997-01-04T00:00:00+00:00 List-Id: Philip Chong says "But why learn Ada? Why not Java ?" Well that's a question you should be able to answer yourself once you know both languages (the fact that you ask the question means you do not :-) Java is an interesting language, and there are plusses and minuses for teaching it as a first language (the lack of good Java based CS1/2 texts being one issue), but it is clear (if you know both languages), that there are a number of concepts that would be hard to teach in Java (e.g. storage management, genericity, ...) compared to Ada. You should certainly plan on learning both languages. If you work hard at your Ada course, and really understand Ada well, you should have little trouble in understanding Java!