how to convert real world problem into code, love java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how to convert real world problem into code, love java?

learning java, how do you guys accomplish this? for example coding prob asked in interview?

20th Feb 2018, 5:54 AM
JavaCoder
JavaCoder - avatar
1 Answer
+ 1
Java is an Object Oriented Programming language, and in it you learn how to structure classes and methods focused on taking inputs, perform actions (operations, calculations, etc) and return a result value (except for void methods). After you learn (here for example) how to build something trivial, you can think right after how to implement your new skills on something specific, like creating a text file where you want to save a configuration, and how to read it, update it and delete it. There are a lot of specialized libraries like "Selenium" to perform automation on the web, something like go to a URL, click a text box, write this, then click the button, and then select something and so on. Just try, it won't be easy at first, but you'll get to solve little things first, and from there you build a bigger solution and so on. Welcome to software development Raj.
20th Feb 2018, 7:54 PM
Roberto Guisarre
Roberto Guisarre - avatar