Login

Welcome, Guest. Please login or register.

September 08, 2025, 12:55:53 am

Author Topic: What Programming Language?  (Read 2903 times)  Share 

0 Members and 1 Guest are viewing this topic.

darvell

  • Victorian
  • Forum Regular
  • **
  • Posts: 57
  • Respect: +25
  • School Grad Year: 2013
What Programming Language?
« on: February 01, 2013, 10:31:22 pm »
0
This is the first year that my school has taught SD for year 12's, and the teacher has chosen to go with Java because apparently there's good resources for it.

Just wondering what everyone else is using!
Psych // English // Further Math // I.T Apps // I.T SoftDev

MJRomeo81

  • Part of the furniture
  • *****
  • Posts: 1231
  • Princeps
  • Respect: +167
Re: What Programming Language?
« Reply #1 on: February 01, 2013, 10:49:40 pm »
+1
Java is a popular language to use for introductory programming courses. If you have any problems with the language feel free to post on AN :)
Currently working in the IT Industry as an Oracle DBA (State Government)

Murphy was an optimist

Bachelor of Information Technology @ La Trobe (Melbourne) - Completed 2014
WAM: 91.96
The key, the whole key, and nothing but the key, so help me Codd.

Subjects I tutored during my time at LTU:
CSE2DBF (Database Fundamentals)
CSE1IS (Information Systems)
CSE2DES (System Design Engineering)

Quote
“If I had an hour to solve a problem I'd spend 55 minutes defining the problem and 5 minutes thinking about solutions.”
― Albert Einstein

iamtom

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 451
  • Indubitably dubious
  • Respect: +35
  • School: Melbourne High School
  • School Grad Year: 2011
Re: What Programming Language?
« Reply #2 on: February 01, 2013, 11:47:57 pm »
0
Java is great; I used to hate it, now I've come to appreciate the little things.

I did VB.Net in Software Development, I much prefer Java nowadays.
2013: Wizardry, life.

paulsterio

  • ATAR Notes Legend
  • *******
  • Posts: 4803
  • I <3 2SHAN
  • Respect: +430
Re: What Programming Language?
« Reply #3 on: February 01, 2013, 11:54:24 pm »
+1
VB .NET back in the day, it's a good introductory language. Java is a bit harder to learn, but it's worth it.

I reckon Java and C# are probably the two languages most worth learning.

MJRomeo81

  • Part of the furniture
  • *****
  • Posts: 1231
  • Princeps
  • Respect: +167
Re: What Programming Language?
« Reply #4 on: February 02, 2013, 01:38:00 am »
0
I reckon Java and C# are probably the two languages most worth learning.

I would agree. Both highly in demand in the industry as well.
Currently working in the IT Industry as an Oracle DBA (State Government)

Murphy was an optimist

Bachelor of Information Technology @ La Trobe (Melbourne) - Completed 2014
WAM: 91.96
The key, the whole key, and nothing but the key, so help me Codd.

Subjects I tutored during my time at LTU:
CSE2DBF (Database Fundamentals)
CSE1IS (Information Systems)
CSE2DES (System Design Engineering)

Quote
“If I had an hour to solve a problem I'd spend 55 minutes defining the problem and 5 minutes thinking about solutions.”
― Albert Einstein

no steez

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 257
  • p g
  • Respect: -2
  • School: Frankston Tafe
  • School Grad Year: 2013
Re: What Programming Language?
« Reply #5 on: February 03, 2013, 11:13:10 am »
0
VB .NET back in the day, it's a good introductory language. Java is a bit harder to learn, but it's worth it.

I reckon Java and C# are probably the two languages most worth learning.
Yes that's true, and I believe they operate under the same Syntax, making conversion between the two languages possible.
2013:

paulsterio

  • ATAR Notes Legend
  • *******
  • Posts: 4803
  • I <3 2SHAN
  • Respect: +430
Re: What Programming Language?
« Reply #6 on: February 03, 2013, 12:59:17 pm »
0
Yes that's true, and I believe they operate under the same Syntax, making conversion between the two languages possible.

What does "operate under the same syntax" mean?

And no, they're definitely not interconvertable - though I'm not sure what you're talking about.

no steez

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 257
  • p g
  • Respect: -2
  • School: Frankston Tafe
  • School Grad Year: 2013
Re: What Programming Language?
« Reply #7 on: February 03, 2013, 03:07:26 pm »
0
What does "operate under the same syntax" mean?

And no, they're definitely not interconvertable - though I'm not sure what you're talking about.

http://www.harding.edu/fmccown/java_csharp_comparison.html
^Very similar Syntax, Arrays use identical Syntax


What's Similar Between C# and Java?
C# and Java are actually quite similar, from an application developer's perspective.
^ Directly from MSDN - http://msdn.microsoft.com/en-us/library/ms836794.aspx

 "a number of features have become common across both C# and Java since 2001. These features include generics, foreach loops, enumerations, boxing, variable length parameter lists and metadata annotations." -http://www.25hoursaday.com/CsharpVsJava.html

Yes, you are correct. They are not directly interconvertable, however it is a lot easier converting Java code to C# than to convert Java to VB.net

An example of nearly automated code conversion would be the Java Language Conversion Assistant
http://support.microsoft.com/kb/819018
There are also many other tools to help convert Java to C# such as http://community.versant.com/Blogs/Db4o/tabid/197/entryid/95/Default.aspx

2013:

iamtom

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 451
  • Indubitably dubious
  • Respect: +35
  • School: Melbourne High School
  • School Grad Year: 2011
Re: What Programming Language?
« Reply #8 on: February 03, 2013, 05:00:53 pm »
0
He's right; that's how I picked up C# so easily for work, the syntax between the two languages is eerily similar. There are obviously differences, but it helps not having to relearn a whole new vocabulary of syntax.

2013: Wizardry, life.

MJRomeo81

  • Part of the furniture
  • *****
  • Posts: 1231
  • Princeps
  • Respect: +167
Re: What Programming Language?
« Reply #9 on: February 03, 2013, 05:07:24 pm »
+2
It's true that Java and C# are quite similar. Without getting all technical, wikipedia sums it up neatly: Both languages are class-based object-oriented, both are designed with semi-interpretation or runtime compilation in mind, both use garbage-collection. And the post above describes how the syntax is similar.
Currently working in the IT Industry as an Oracle DBA (State Government)

Murphy was an optimist

Bachelor of Information Technology @ La Trobe (Melbourne) - Completed 2014
WAM: 91.96
The key, the whole key, and nothing but the key, so help me Codd.

Subjects I tutored during my time at LTU:
CSE2DBF (Database Fundamentals)
CSE1IS (Information Systems)
CSE2DES (System Design Engineering)

Quote
“If I had an hour to solve a problem I'd spend 55 minutes defining the problem and 5 minutes thinking about solutions.”
― Albert Einstein