+ 1

Can I learn Java as my first language?

19th Jul 2016, 9:44 AM
jain
jain - avatar
7 Answers
+ 3
yes
19th Jul 2016, 10:17 AM
FreakManMega
+ 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.
19th Jul 2016, 10:29 AM
Tristan
+ 1
Ofc. But if you dont have any understanding of algorithmic thinking you should start with something more basic and straightforward.
19th Jul 2016, 9:53 AM
ooir
+ 1
yes. java supports structure programming as well as object oriented programming. so, anyone can learn java as their first programming language.
19th Jul 2016, 12:54 PM
Abhishek dubey
Abhishek dubey - avatar
0
More like ruby and python
19th Jul 2016, 9:56 AM
Маш Чухал Нэгэн
Маш Чухал Нэгэн - avatar
0
if you have programming knowledge then go for it
19th Jul 2016, 4:45 PM
Manjul Das
0
i am learning java as my first programming language too :-P
21st Jul 2016, 12:55 PM
Willz
Willz - avatar