What is a good source for learning java programming using get/set methods and constructors in classes? Thanks
Stanford has a Java based open class: http://see.stanford.edu/ A free textbook that is used by colleges: http://www.greenteapress.com/thinkapjava/ While these videos are short and get a bit repetitive after a while, they are really good for the basics: http://thenewboston.org/list.php?cat=31 Web site that has some pretty good examples and tutorials: http://www.tutorialspoint.com/java/index.htm They also have Swing, which is a critical part of Java to learn if you plan on doing anything grapical. http://www.tutorialspoint.com/swing/index.htm
Thanks for the resources. I will definitely check them out. :)
This book helped me a lot, I suggest reading this and taking your time to do the exercises and try to play around with the code and answer your own questions or suspicions rather than looking things up as much as possible. http://uet.vnu.edu.vn/~chauttm/e-books/java/Head-First-Java-2nd-edition.pdf
Join our real-time social learning platform and learn together with your friends!