Learning JAVA Programming - Where's best to start...? [closed] - java

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I have a very basic knowledge of the Java language and how it works from reading the likes of Head First Java and the Dummies book. I've not got to the end of either book as of yet and am really liking the Head First book as it is very useful and clear.
My question though is, what is the best app to make as a first app to help learn Java? Would it be something like a calculator, or maybe a simple address book where you can input people and then search for them to return their data?
I'm just looking to put my knowledge so far to some use and having a bit of trouble thinking what a good App may be for a first app that will really help me as a beginner?
Any help will be much appreciated!!
Thanks
Paul

Java The Complete Reference, Seventh Edition
Ask such questions on https://softwareengineering.stackexchange.com/

Related

Wanting to learn programming more in depth [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm finishing my degree this summer with an IT degree. I had to take several coding courses in C++, Java, HTML / CSS and Python. I never went very deep in all of these languages - just enough to get my feet wet. I felt like I learned concepts more than languages which is good. I'm interested in learning more in hopes of self-training to get a developer job.
Can you point me to books, forums, websites etc... I'm not looking to learn a individual language mow in death just a firmer grasp on programming. Thanks.
Sounds like you need "purpose". The best way to learn programming is to do it with a purpose in mind. If you don't have ideas for a project on which to learn (if its something useful or sellable all the better), then look around for open source projects you are interested. Dig in and start working on it. Explore github or google code for projects that interest you. Down load and study the code, etc.

What is the best way to learn differet code? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am trying to a get a general grasp of a wide variety of different languages. Where is a good place to start learning? I would like to learn php, java, html, css, javascript.
I have been to w3schools http://www.w3schools.com
Are there any other great websites?
Some of the sites where you can learn java are :
mkyong itself and links provided on this site.
I would definitely try Codecademy http://www.codecademy.com. its free and they have great examples that you can work through.
Read books! There's a lot of computer related book at Indigo. I think they are good, because it comes with example and it explains well

which QT C++ or Java is good For Learning? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
QT C++ programming is best for learning or java SE is best?
Which one?
Please help me
It comes down to your needs. What is most suitable for you. Both are great and fun to learn. I myself learned C++ first and then went to Java. I really enjoy working in both but I enjoy GUI work more in Java.
Again it comes to your skills and needs. If you are good with C++ and plan to stick with it in future than sure go with Qt C++ otherwise every language is good to learn as every thing has its Pro's and Con's..

Need proper guideline for SCJP [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to do SCJP certification and dont want to join coaching for that,so need suggestion on
Without joining coaching how to prepare for SCJP???
I did the exam with the only help of the "official book" and the tests it includes. Passed with 90-something%, after reading the book and doing all its exercises a couple of times.
You may also want to check the forums at JavaRanch.
If you have experience with Java, the exam will be relatively easy. If not, I would suggest you to code quite a lot for at least 6 months basic Java programs (console only is ok, no need to go into fancy web sites) to get a good grasp of the language and increase your chances to pass the test.
No need to worry about wasting your times with coaching classes, here i tell you a self study guide i used for my exam, i used scjp 6 certification training lab for my preparation. I got 58 questions as right out of 60 questions with this tool. It may be help for every one.

Where can I find sample java questions for hands-on ? Not certifications type questions [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Most google results for sample questions/problems for java, results in a link directing to mock certification questions. Does anyone know where can i find sample problems for practice ?
Thanks
codingbat has hundreds of Java practice problems. In addition to sheer numbers of problems, it's also great because it has a testing mechanism in place to check if your solution is correct.
They're mostly on the easy category, but it's still good for practice, and you can always challenge yourself by imposing your own restrictions, e.g. recursion when it's not demanded, regex-only instead of traditional string manipulation, "cheating" by using libraries, etc.
Project Euler is popular. There's not much point in being language-specific if your goal is general practice rather than testing detail knowledge.

Categories

Resources