Any java programmers around
Moderators: adeyke, VampD3, eriqchang, Angelus3K
-
- Defense Minister Status
- Posts: 720
- Joined: Sun Aug 15, 2004 3:55 am
- Location: South Australia
Any java programmers around
Hey guys and gals
I've decided to learn java and can create a hello world (Yes, i know what an accomplishment). Anyway i just wanted to know if anyone here is experianced with java so if i ever need extra bit of info you can help out.
Thanks guys
I've decided to learn java and can create a hello world (Yes, i know what an accomplishment). Anyway i just wanted to know if anyone here is experianced with java so if i ever need extra bit of info you can help out.
Thanks guys
-
- Defense Minister Status
- Posts: 720
- Joined: Sun Aug 15, 2004 3:55 am
- Location: South Australia
Am i sensing a bit of sarcasium
anyway the tutorial i have is so hard to understand can you suuggest a beasy one?
Since you learnt it in yr1 i suppose you can make an online game like this http://www.runescape.com
PS. Runescape is a wicked game all you guys will love it. It's got stats like QFG.
Give it a chance it's well worth it
anyway the tutorial i have is so hard to understand can you suuggest a beasy one?
Since you learnt it in yr1 i suppose you can make an online game like this http://www.runescape.com
PS. Runescape is a wicked game all you guys will love it. It's got stats like QFG.
Give it a chance it's well worth it
I believe the word you're looking for is "sarcasm", and no, I wasn't being sarcastic. I did learn java in year 1 of university, and I don't see how my earlier post could be construed that way.Me, Myself and u wrote:Am i sensing a bit of sarcasium
No, my knowledge of java isn't that advanced yet.Since you learnt it in yr1 i suppose you can make an online game like this www.runescape.com
-
- Knight Status
- Posts: 260
- Joined: Sun Jul 13, 2003 6:47 pm
- Location: The parallel Flux Universe
- Contact:
Well, I'm not exactly experienced, but I have written one program in java. If you go to http://www.planetsxml.tk and scroll down to the bottom of the page, you can run the program. You can also download the source code and play around with it if you like. If you have any questions about the source code, I can answer them for you.
-
- Knight Status
- Posts: 351
- Joined: Thu Apr 10, 2003 10:06 pm
- Location: Daventry
- Contact:
clearing up the misconceptions
Me, Myself and u... and Swift...
I see why there was a communication problem here...
Swift stated: "I learned Java in year 1."
Me, Myself and u heard: "I learned Java in 1 year." - a slight difference
that would make the speaker seem quite cocky indeed.
Try to read your posts more closely before getting mad at people Me..u
Oh, and I'm in my second Java class in college myself, so I may be of some assistance as well.. (though I'm still learning)
I see why there was a communication problem here...
Swift stated: "I learned Java in year 1."
Me, Myself and u heard: "I learned Java in 1 year." - a slight difference
that would make the speaker seem quite cocky indeed.

Try to read your posts more closely before getting mad at people Me..u

Oh, and I'm in my second Java class in college myself, so I may be of some assistance as well.. (though I'm still learning)
-
- Knight Status
- Posts: 160
- Joined: Wed Mar 03, 2004 1:44 pm
- Contact:
-
- Defense Minister Status
- Posts: 720
- Joined: Sun Aug 15, 2004 3:55 am
- Location: South Australia
[quote="Swift]I believe the word you're looking for is "sarcasm", and no, I wasn't being sarcastic. I did learn java in year 1 of university, and I don't see how my earlier post could be construed that way. [/quote]
I thought you meant primary school and was being sarcastic (i spelt it wrong again didn't i).[/b]
I thought you meant primary school and was being sarcastic (i spelt it wrong again didn't i).[/b]
-
- Defense Minister Status
- Posts: 720
- Joined: Sun Aug 15, 2004 3:55 am
- Location: South Australia
If I did learn it in the first year of primary school, I'd say "primary 1", not "year 1". That's what it's called over here. And some people do learn programming in primary school, so you can't conclude that saying "I learnt it in primary 1" is sarcastic. Also, you spelt it correctly this time.I thought you meant primary school and was being sarcastic
I also learnt a bit of C++ and Scheme.
-
- Knight Status
- Posts: 260
- Joined: Sun Jul 13, 2003 6:47 pm
- Location: The parallel Flux Universe
- Contact:
Yay! A Java vs. C++ discussion!
Here's my two cents--
Ok. So first off, every language is good for something. Futhermore, some languages are appropriate for certain tasks, while others are not. For example, If you want to develop a web application, Java is probably the best language that suits your needs. However, let's suppose that you want to make a 3D game that utilizes openGL or something... your best bet in that case is to go with C++. If you just wanted to do simple server scripting, then Perl is probably the best available language.
You also have to understand that Java and C++ while similar in syntax, they are really two different beasts altogether. To achieve cross-platform compatibility in Java (which is a plus), you have to sacrifice speed in that the code must be interpreted (which is a minus) by a piece of software on your machine. However, speed is not an issue for some types of applications, while for others it is crucial.
From a learning standpoint, I think Java is great. It allows you to learn object oriented techniques really easily, and you don't have to get bogged down in memory management. As an aside, I think that Java will continue to become more and more popular as many Universities are switching over to teaching Java in place of C++. The academic world seems to like Java, so I kinda envision a large base of java programmers appearing in the upcoming years.
Here's my two cents--
Ok. So first off, every language is good for something. Futhermore, some languages are appropriate for certain tasks, while others are not. For example, If you want to develop a web application, Java is probably the best language that suits your needs. However, let's suppose that you want to make a 3D game that utilizes openGL or something... your best bet in that case is to go with C++. If you just wanted to do simple server scripting, then Perl is probably the best available language.
You also have to understand that Java and C++ while similar in syntax, they are really two different beasts altogether. To achieve cross-platform compatibility in Java (which is a plus), you have to sacrifice speed in that the code must be interpreted (which is a minus) by a piece of software on your machine. However, speed is not an issue for some types of applications, while for others it is crucial.
From a learning standpoint, I think Java is great. It allows you to learn object oriented techniques really easily, and you don't have to get bogged down in memory management. As an aside, I think that Java will continue to become more and more popular as many Universities are switching over to teaching Java in place of C++. The academic world seems to like Java, so I kinda envision a large base of java programmers appearing in the upcoming years.
I do Java (and other) programming in my work, and I predict that the language will just continue to grow in popularity. For instance, Java is becoming the standard platform for cell phone development, which is a rapidly growing part of the industry.
The good things about Java:
1) Easy to learn compared to C++ (garbage collected, implicit pointers).
2) Well regarded by theoreticians (having overcome initial prejudice).
Therefore taught at many universities.
3) Extensive and powerful libraries (useful in professional development).
4) Finally, an excellent IDE (Eclipse available as freeware).
On the downside, it runs slower than well-written C++ code (but this is almost always less significant than whether the code itself is optimized on the abstract level), and to run programs you need the Java VM.
The good things about Java:
1) Easy to learn compared to C++ (garbage collected, implicit pointers).
2) Well regarded by theoreticians (having overcome initial prejudice).
Therefore taught at many universities.
3) Extensive and powerful libraries (useful in professional development).
4) Finally, an excellent IDE (Eclipse available as freeware).
On the downside, it runs slower than well-written C++ code (but this is almost always less significant than whether the code itself is optimized on the abstract level), and to run programs you need the Java VM.
-
- Knight Status
- Posts: 153
- Joined: Fri May 21, 2004 11:49 am
- Location: Tygron Development Centre
- Contact:
Which is all very important for game-design. I mean, who doesn't have a 2 GHz+ pc with killer video card and 512mb RAM nowadays. Not a whole lot of games actually hit the limits of your pc's capabilities anymore.
So, with all the neatness involved in java programming, especially when that is welwritten, C++ is better because it's more 'cool' to be able to code it.. not through any major benefits..
So, with all the neatness involved in java programming, especially when that is welwritten, C++ is better because it's more 'cool' to be able to code it.. not through any major benefits..
-
- Royal Vizier Status
- Posts: 2302
- Joined: Mon Sep 08, 2003 3:37 am
- Location: Central New York
- Contact:
hey
I am currently taking a pre ap cs class and were learning java but I have noticed it is very similar to php and several other languages so i may be able to help or at least help find bugs.