+ 1

One programming language at a time??

Her, I was just wondering if I should start learning Java. I am currently learning Python 3 for some months and thinking to learn Java at the same time. Shall I do both at the same time or do one at a time to not get confused while learning??

2nd Aug 2017, 7:13 PM
Sush Boy
Sush Boy - avatar
2 Antworten
+ 3
If you've been doing python for months amd wamt to try something else, sure go for it. With Java, you will be introduced to defining types. Here's what I suggest when learning Java: Follow the course, However: DO NOT worry about what "public static void" means. You will find out later, just roll with it. Dive into it and you probably won't understand it (especially static). Also, do not worry about user input until you're comfortable with the general syntax. It's another thing that will confuse beginner's. This all depends on how far you are with Python though, you could find Java super easy since you already know Python.
2nd Aug 2017, 7:24 PM
Rrestoring faith
Rrestoring faith - avatar
0
Thanks. When I first opened Java I saw "Public static void" and I was like "what??". Now I might just give it go and see what happens. Thanks again
2nd Aug 2017, 7:31 PM
Sush Boy
Sush Boy - avatar