![]() |
|
| View Poll Results: You Like Java? | |||
| Never been there, but I have been in Siam. |
|
1 | 7.14% |
| No, but I like hot chocolate. |
|
2 | 14.29% |
| I hate programming (I'm only registered at programmingforums.org to cause trouble) |
|
1 | 7.14% |
| Who doesn't!? |
|
6 | 42.86% |
| None of the above (I pity you...) |
|
4 | 28.57% |
| Voters: 14. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
Like the rest
(as title)
![]() My name is Eyvind, I'm 15, 16 on April 2nd, I am half Swedish half Norwegian, I live in San Diego, California (which is on the west oast of the US for those of you who diddn'tknow, ), I go to school here is San Diego, but go to Sweden and Norway every summer.Any questions? I have two, what is it? ![]()
__________________
If you need help with Java, you can go to javaforum.tk and get answers quickly. Programmer YouLikeJava = new JavaProgrammer("Eyvind"); YouLikeJava.printInfo(); YouLikeJava.setWeb("You Like Java?"); |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Sep 2004
Location: Ontario, Canada
Posts: 574
Rep Power: 5
![]() |
Welcome to the forums dude...I've never tried Java before, but I'm going to learn it at school next year, I like C
![]()
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4 |
|
|
|
|
|
#3 |
|
Newbie
|
What course would that be, are you in high school? If you are maybe it's AP Computer Science A? I took that last year taking AB next year.
How was Thailand? You don't know my question?
__________________
If you need help with Java, you can go to javaforum.tk and get answers quickly. Programmer YouLikeJava = new JavaProgrammer("Eyvind"); YouLikeJava.printInfo(); YouLikeJava.setWeb("You Like Java?"); |
|
|
|
|
|
#4 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
'Lo there, and welcome to the club. I'm 16 - currently learning Delphi in school, and a shitload of other languages outside it.
|
|
|
|
|
|
#5 |
|
The Supreme Ruler
![]() Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6
![]() |
Hey. Welcome to the forums. And boy do I hate programming.
Just kidding, of course. I do like Java, personally.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower |
|
|
|
|
|
#6 |
|
Programmer
|
Welcome to the forums. I started to program at 16 in college using Pascal and although I did a bit of VB6 I didn't really take advantage of the time I had. I feel that if I learned more languages at the time, I would be so much better at programming than I am now. As a result, I'm playing catch-up with many people the same age as me at university. You all seem to have done the right thing in doing as much as you can early on - I hope you're all successful in whatever you do in computing.
As for Java, I have nearly two years worth of experience with it and it's far from my favourite language. Even though it is platform independent due to the virtual machine, the VM makes larger applications that you create visibly slower. The API is very verbose and if it wasn't for copy and paste, you would be doing way too much typing. As an example, to output something on the command prompt or shell (depending on the OS you use) you type 'System.out.println'. This can get tedious when typing a long program. In C++, all you need to type is 'cout'. Despite those problems, it is still a good language for learning and I'd recommend it if you were just starting in this field. After Java though, you might want to look at the likes of C#, VB.NET and C++. The similarities in the syntax and APIs are quite noticeable.
__________________
David Morris BSc.(Hons), MBCS Qualified Computer Engineer Administrator (SEED Software) |
|
|
|
|
|
#7 |
|
Hobbyist Programmer
|
I loooove me some Java.
|
|
|
|
|
|
#8 | |
|
Expert Programmer
Join Date: Sep 2004
Location: Ontario, Canada
Posts: 574
Rep Power: 5
![]() |
Quote:
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4 |
|
|
|
|
|
|
#9 | |
|
Newbie
|
Pimp Daddy, if you take advantage of Java the way you should, you can print out a String by just typing
out(someString); or pint(someString); Java is probably the most OOP langiage that exists, and if it is taken advantage of, the right way, it will do basically anything you want easily and quickly, and without much typing. Buthten you would need to know how to take advantage of it. I guess I started out going super object-oriented, I divided even teh simpelst program into tens of methods and a at least a few classes. My teacher always asked how my program worked since everyone else in the class did as little OOP as they could. Now it appears this habit is very useful, I am continuaously eveloping a package of classes that i need constantly, and with an import here and an import there, I don't need the System.out.println, JOptionPane.showMessageDialogue, or any of those long method calls again! That's real OOP for ya! No one has answered my question yet!!! Quote:
__________________
If you need help with Java, you can go to javaforum.tk and get answers quickly. Programmer YouLikeJava = new JavaProgrammer("Eyvind"); YouLikeJava.printInfo(); YouLikeJava.setWeb("You Like Java?"); |
|
|
|
|
|
|
#10 |
|
Expert Programmer
|
Welcome to the community
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|