Question:
[Guide Needed] Java Programming?
?
2014-03-02 06:09:56 UTC
Hey guys.

I figured I'll be taking Java programming next semester.
Is it hard than C++ ? And any recommendation link to study Java programming?
Any recommended youtubers?

Thanks a lot <3.
Four answers:
2014-03-02 11:04:13 UTC
Java and C++ are both C based languages meaning that in a lot of ways they will be similar, especially at the conceptual level. The details differ.



Both C++ and Java have their Pros and Cons, but Java is easier to learn and work with. In Java you don't have to worry about memory management, the JVM does this for you automatically. In C++ you have to explicitly release memory when you are done with it. There are tools to help, like the AutoPtr, but it's still more complex. Also, in C++ you have to deal with pointers, but in Java there are no pointers. Of course C++ has some benefits over Java, but that wasn't really part of the question.



If you really want to get into Java, I'd recommend finding some hobby project that interests you, and then implement it in Java. Make sure it's not too complex, start simple. This is usually the best way to learn something on your own.
?
2014-03-03 04:47:46 UTC
there you will find top 10 sites where you can learn any programming language online for free

follow the link

:)

practice hard

the more you practice the better you code.
2014-03-03 22:36:33 UTC
It is easier than C++. Its syntax are meaningful and easy to memorize.



Try the following online resources for learning Java programming language-



http://www.tutorialspoint.com/java/index.htm

http://docs.oracle.com/javase/tutorial/index.html

http://thenewboston.org/tutorials.php (have video tutorials on Java programming language)
Stephen
2014-03-02 06:52:20 UTC
Java programming is not difficult.



Go to practice.it.cs.washington.edu to practice your Java skills once you learn them.



Easier than C++


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...