The McLeodGaming forums were permanently closed on April 30th, 2020. You are currently viewing a read-only archive.
View unanswered posts | View active topics It is currently Fri May 15, 2020 9:27 am



 [ 16 posts ]  Go to page 1, 2  Next
Java Topic 
Author Message
User avatar

Joined: Mon Sep 29, 2008 7:36 pm
Posts: 2563
Location: ┐('~`;)┌
Gender: Anime Girl
Currently Playing: SC2, SSBB (4168-0287-1402)
I noticed that even though Java is in the section description, there are little to no topics about it. I'm currently learning it from a book called "Big Java". It's really not as bad as I had originally thought.

Any of you guys know Java?

_________________
Image
SasukeSharingan wrote:
go jerk off somewhere else gook


Adopted by Shounic


Wed Jul 14, 2010 6:28 pm
SSF2 Developer
User avatar

Joined: Mon Aug 11, 2008 6:41 am
Posts: 982
Location: Lost in binary.
Country: United States (us)
Gender: Anime Girl
yes.

_________________
Adopted by Spikeman & capcomflash.
Old Quotes: show
Kiki wrote:
I feel so proud...I knew a web lingo that he didn't.

Cleod9 wrote:
So Sirto I guess you could say the whole experience was... sir-REAL eh?
Ok that wasn't funny at all, I apologize.


Thu Jul 15, 2010 9:47 pm
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Short answer yes. Long answer, well, I'm too lazy to write a java program that prints out "Yes".

_________________
Image


Fri Jul 16, 2010 11:50 am
User avatar

Joined: Sun Aug 24, 2008 5:59 pm
Posts: 509
Location: The world will never know
I took a year long course in school this year, and well... I've done practically nothing with it since.

_________________
ImageImage
ImageImageImage


Sat Jul 17, 2010 12:45 am
User avatar

Joined: Tue Jun 16, 2009 2:48 am
Posts: 834
Location: Australia.
Gender: Male
Skype: snoble7
Is Java worth learning?
It seems overly complex. The way containers handle things are silly as well.
Statically typed. Euuuch.


Sun Jul 18, 2010 1:47 am
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Well Python doesn't have UI I believe. Or I haven't learned enough of it.

_________________
Image


Sun Jul 18, 2010 3:31 am
User avatar

Joined: Sun Jul 18, 2010 2:25 am
Posts: 2
Location: Melbourne, Australia
Gender: Male
Skype: sc_gt96
Java? Know very little. I never bothered to get much more out of it beyond first few tutorials.


Sun Jul 18, 2010 3:33 am
YIM
User avatar

Joined: Tue Jun 16, 2009 2:48 am
Posts: 834
Location: Australia.
Gender: Male
Skype: snoble7
Thaiberium wrote:
Well Python doesn't have UI I believe. Or I haven't learned enough of it.


UI meaning User Interface? Because we have IDLE for that.
Nobody answered my question, though. Is it worth learning?


Sun Jul 18, 2010 3:51 am
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Snoble wrote:
Nobody answered my question, though. Is it worth learning?

Depends on what you want to do with it.

_________________
Image


Mon Jul 19, 2010 12:25 am
User avatar

Joined: Tue Jun 16, 2009 2:48 am
Posts: 834
Location: Australia.
Gender: Male
Skype: snoble7
Thaiberium wrote:
Snoble wrote:
Nobody answered my question, though. Is it worth learning?

Depends on what you want to do with it.


Mainly Object Oriented things.
Does it handle objects better than Python?


Mon Jul 19, 2010 12:50 am
User avatar

Joined: Mon Sep 29, 2008 7:36 pm
Posts: 2563
Location: ┐('~`;)┌
Gender: Anime Girl
Currently Playing: SC2, SSBB (4168-0287-1402)
Snoble wrote:
Thaiberium wrote:
Snoble wrote:
Nobody answered my question, though. Is it worth learning?

Depends on what you want to do with it.


Mainly Object Oriented things.
Does it handle objects better than Python?

To my knowledge, yes. Python isn't really an object oriented programming language but you can program in it like it is. I think.

_________________
Image
SasukeSharingan wrote:
go jerk off somewhere else gook


Adopted by Shounic


Thu Aug 12, 2010 9:13 pm
User avatar

Joined: Wed Jan 20, 2010 9:36 pm
Posts: 869
Gender: Female
Did you just necro bump? And python's for beginners.

_________________
Image


Thu Aug 12, 2010 9:34 pm
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Velosareon wrote:
Did you just necro bump? And python's for beginners.

Not really. You'll want to start off with a rather unsafe static imperative language like C so you learn good programming practices, especially when it comes to pointers.

_________________
Image


Fri Aug 13, 2010 3:48 am
User avatar

Joined: Tue Jun 16, 2009 2:48 am
Posts: 834
Location: Australia.
Gender: Male
Skype: snoble7
Velosareon wrote:
Did you just necro bump? And python's for beginners.


No, not really. What do you base that off?
I'd consider something like Visual Basic more for beginners. Plus, anything can be for beginners. Just depends on what you want to learn.

Nobody wrote:
Snoble wrote:
Thaiberium wrote:
Snoble wrote:
Nobody answered my question, though. Is it worth learning?

Depends on what you want to do with it.


Mainly Object Oriented things.
Does it handle objects better than Python?

To my knowledge, yes. Python isn't really an object oriented programming language but you can program in it like it is. I think.


In Java though, don't you have to treat everything as an object?
Like, if I wanted to print something, I'd have to make an object and then make printing the statement a method of said object?


Fri Aug 13, 2010 3:57 am
User avatar

Joined: Sat Aug 16, 2008 8:38 am
Posts: 6670
Location: Darkest Antartica
Country: Pakistan (pk)
Gender: Male
Skype: Thaiberium
Currently Playing: The Game
Snoble wrote:
In Java though, don't you have to treat everything as an object?
Like, if I wanted to print something, I'd have to make an object and then make printing the statement a method of said object?

No, you can just put it in the main class. Jesus its not hard.

_________________
Image


Fri Aug 13, 2010 4:01 am
Display posts from previous:  Sort by  
 [ 16 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.