Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 20051

Learning Java ??

by slewwe - 01 March, 2020 - 07:34 PM
This post is by a banned member (slewwe) - Unhide
slewwe  
Registered
25
Posts
1
Threads
4 Years of service
#1
Hello, 
I want to learn java. Where should i start ?
This post is by a banned member (cas) - Unhide
cas  
Registered
4
Posts
0
Threads
4 Years of service
#2
Freecodecamp.org yeah yeah, site with a bunch of available utils but it's really awesome on walking you through the funamdentals to the indepth part.
Step 2, build things, reading a book and practicing small pieces only go so far, really think out the components you will need to. 
Then build it, stackoverflow is your friend (you likely won't have to post, just google your stack trace).
This post is by a banned member (Rajathiraja) - Unhide
9
Posts
0
Threads
4 Years of service
#3
Mama anama amama akkaa
This post is by a banned member (Rapri) - Unhide
Rapri  
Registered
22
Posts
6
Threads
4 Years of service
#4
1) Object oriented programming principles : OOP was the main thing that made java unique at the time it was released. if you want to master java you MUST understand why this is such a big deal and why it is so powerful. 
2) Loops : Learn about various types of loops, each has an advantage and disadvantage learn them. 
3) Algorithms and data structures : Java (like most languages) proves a platter of data structures, all with their own strengths and weaknesses which make them very situational. Take for example a hashTable DS, it provides O(1) insertion and retrieval so you might be tempted to always use a hashTable, but they are slow for ordered retrieval/insertion, in this case its better to use a tree based DS
4) j-unit testing : Learn to write tests, java just like many languages has ALOT of features and you CAN NOT possibly memorise/master everything, that is why you must test the code you write because maybe you think it will run in some way but its actually running in another way due to some specific data structure implementation. Testing is a must. 

here are some very useful online course links that teach the topics of this section : 
1) MOOC Object oriented programming for JAVA from the University of Helsinki : https://www.mooc.fi/en
2) Java for beginners playlist : https://www.youtube.com/playlist?list=PL...yyq4R7g-Al
 
leave a like, leachers will be reported <3 
This post is by a banned member (zenoxMasina) - Unhide
2
Posts
0
Threads
4 Years of service
#5
(This post was last modified: 14 April, 2020 - 08:59 PM by zenoxMasina.)
.....

Hello, Rapri
I have a question. So I am learning Java currently, but I dont see what is the point of objects. Do you know any video that I should watch to get the point?
(09 April, 2020 - 03:43 PM)Rapri Wrote: Show More


1) Object oriented programming principles : OOP was the main thing that made java unique at the time it was released. if you want to master java you MUST understand why this is such a big deal and why it is so powerful. 
2) Loops : Learn about various types of loops, each has an advantage and disadvantage learn them. 
3) Algorithms and data structures : Java (like most languages) proves a platter of data structures, all with their own strengths and weaknesses which make them very situational. Take for example a hashTable DS, it provides O(1) insertion and retrieval so you might be tempted to always use a hashTable, but they are slow for ordered retrieval/insertion, in this case its better to use a tree based DS
4) j-unit testing : Learn to write tests, java just like many languages has ALOT of features and you CAN NOT possibly memorise/master everything, that is why you must test the code you write because maybe you think it will run in some way but its actually running in another way due to some specific data structure implementation. Testing is a must. 

here are some very useful online course links that teach the topics of this section : 
1) MOOC Object oriented programming for JAVA from the University of Helsinki : https://www.mooc.fi/en
2) Java for beginners playlist : https://www.youtube.com/playlist?list=PL...yyq4R7g-Al
This post is by a banned member (Rapri) - Unhide
Rapri  
Registered
22
Posts
6
Threads
4 Years of service
#6
Heyy Zeno, ive linked a video below. I think that should help. 

But basically one of the most common advantages of objects that youll see being thrown around is the fact that they give you the ability to re-use code.

Link : https://youtu.be/pTB0EiLXUC8
 
leave a like, leachers will be reported <3 
This post is by a banned member (goodoldie) - Unhide
goodoldie  
Registered
135
Posts
3
Threads
5 Years of service
#7
I always thought w3 schools offered good tutorial on this. 

Check out this link: https://www.w3schools.com/java/java_getstarted.asp.

For OO concept. It actually helps you to compartmentalise your thought and help to keep your code maintainable.   

Hope this explains it.
This post is by a banned member (Caarrllyy) - Unhide
Caarrllyy  
Registered
5
Posts
0
Threads
4 Years of service
#8
i want to learn java thank you for this.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)