It looks like you are using an ad blocker. That's okay. Who doesn't? But without advertising revenue, we can't keep making this site awesome. Click the link below for instructions on disabling adblock.
Welcome to the Newschoolers forums! You may read the forums as a guest, however you must be a registered member to post.
Register to become a member today!
just write lots of programs, start easy, then work your way up.
another good way to get familiar with java is to just start with a program (from the interwebz) then change things to it; make it do more stuff/other stuff, you'll learn a lot from working with other ppls code....
Yea I'm taking a java programming class right now too. It is very time-consuming but really the only way to get better is to practice. My prof posts all of the sample code he writes during class online and reading over it and messing with it is a good way to learn. If you have access to something like that I would recommend it.
Yeah learning your first programming language can be kinda time consuming. Just make sure you try and understand all the concepts fully that way your problem solving will be easier in the Long Run.
Specifically for arrays try to write out how the array "looks" and try to follow your code as closely as possible. Also make sure you are proficient with For loops and double for loops. They really help with manipulating arrays
Taking Java now. It's not my first language though so I have a lot of the logistics down. Mainly the nuances in Java give me trouble, as does finding out that I need ArrayList instead of Array, or StringBuffer instead of String. The Java API and I have become close.
if you program in eclipse (= java programming environment) you can just press ctrl (or alt, don't really remember) +space to facilitate your programming, it suggests things and methods you've used + you can immediately consult the API of what you're coding...
i took AP A and AB computer science and they were easy but some concepts just took a while to grasp.. make sure you go outside of the code to understand the concepts before you start to write code
i'm taking ap computer science right now, and i don't even know what an array is. is that like running a numerical or text based program?
but i made my own icon using for loops today!
my first practical use of java!
slightly off topic here, but... for those of you who work with java, how difficult is it to transition to java if you've got a solid background in procedural php and OOP in AS3? java seems to be where the bank is (along with .NET) so it's definitely something i'm interested in learning,
that reminds me of how VB works. you press d and it already has Dim set up for you. its cookie cutter code. in java you are just thinking it up right off the top of you're head. so i'm sure exlipse would speed up the programming code creation alot, as long as you understand the concept you can fiddle a way out...
i'm downloading the environment for it right now. will check out how it works tomorrow.