I am a Spanish translator , is it good for me to learn Java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am a Spanish translator , is it good for me to learn Java ?

2nd Mar 2017, 6:41 PM
Nishant Singh
Nishant Singh - avatar
2 Answers
+ 6
yes, why not? its a good skill to have
2nd Mar 2017, 8:08 PM
Patricio López
Patricio López - avatar
0
If your question mentioned about coding skill, my answer is yes. I strongly agree with others. If you asked about language selection, it depends on your goal: just interested in, need automation of daily task, want to do linguistic analyses, etc... Generally, I recommend Python for those who are beginner in programming but expert in another field. Python is a popular and sophostocated language which is easy to learn, fast to code, but also has great potential. Don't get me wrong, Java is also good for learning. However, Java typically needs longer code. Although it helps robust developping, it should affect efficiency of primary learning. Look at Hello World programs written in either language: Java: public Class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } Python: print('Hello World!') Which would you like to study with?
2nd Mar 2017, 11:33 PM
Twelfty
Twelfty - avatar