+ 1
Can I learn Java as my first language?
7 Answers
+ 3
yes
+ 2
I learned ROBLOX Lua Scripting first and it really helped. I learned it by playing the game and reading other people's free model scripts and then I tried making my own scripts. This is in my own opinion, but having learned Lua first, an easy to understand one, it has been a lot easier learning Java. A lot of the coding is similar with small changes. For example, printing to the output with Roblox Lua is print("stuff") or print"stuff", and Java's way of doing that is System.out.println("stuff"). Java, in my opinion, is a little harder though. Always nice to learn though.
+ 1
Ofc. But if you dont have any understanding of algorithmic thinking you should start with something more basic and straightforward.
+ 1
yes. java supports structure programming as well as object oriented programming.
so, anyone can learn java as their first programming language.
0
More like ruby and python
0
if you have programming knowledge then go for it
0
i am learning java as my first programming language too :-P