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




 20048

Learning Java ??

by slewwe - 01 March, 2020 - 07:34 PM
This post is by a banned member (krsb) - Unhide
krsb  
Registered
3
Posts
0
Threads
3 Years of service
#9
Udemy has some good java courses for a cheap price which also keeps up to date.
This post is by a banned member (bisajugabgsd) - Unhide
12
Posts
0
Threads
3 Years of service
#10
rqrqrqrqrqrq
This post is by a banned member (ShuichiKagaya) - Unhide
67
Posts
10
Threads
4 Years of service
#11
Download free courses in udemy or even youtube. I mostly learn to program on youtube. Start with fundamentals of programming, and then you could quickly learn most of the languages in 1 - 2 months.
[Image: gleipnir-anime-shuichi-kagaya-pistol-uhd...mbnail.jpg]
Hey
This post is by a banned member (Triple_Nipple) - Unhide
4
Posts
0
Threads
3 Years of service
#12
The best way to learn Java is by persistence, pick a project like a game, and no matter what make sure you complete the project, you will encounter hundreds of problems along the way but its by far the best way to learn through actual implementation and not silly online challenges. I did this and made a small tetris game, took me a whole month, and the code was terrible, but I learned so much from my mistakes.
This post is by a banned member (goodoldie) - Unhide
goodoldie  
Registered
135
Posts
3
Threads
5 Years of service
#13
(03 September, 2020 - 09:21 PM)Triple_Nipple Wrote: Show More
The best way to learn Java is by persistence, pick a project like a game, and no matter what make sure you complete the project, you will encounter hundreds of problems along the way but its by far the best way to learn through actual implementation and not silly online challenges. I did this and made a small tetris game, took me a whole month, and the code was terrible, but I learned so much from my mistakes.

totally agree with this! Just like any language. you got to just keep using it!
This post is by a banned member (TheDebianGuy) - Unhide
61
Posts
8
Threads
3 Years of service
#14
Check this app: https://sketchware.io/, thats where I started with Java.
Get familiar with the layout and work through more blocks and custom code.
If you find yourself experienced enough install https://developer.android.com/studio on your pc.
Im recommending google Java because normal Java is pretty hard for a beginner, start with python or c# instead, 
I know it because friend started with Java as his first language and after months he is still like lower medium.
Good luck  Heart
Main website: https://thedebianguy.keybase.pub
[Image: ezgif.com-crop091ec57da105d927.gif]
Ehtical hacker and app developer...
   
This post is by a banned member (Shironainator) - Unhide
25
Posts
1
Threads
3 Years of service
#15
(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

Wow this is really helpful! you are the goat  10/10

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)