How can I start from the scratch? Cos I'm new to Java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I start from the scratch? Cos I'm new to Java

19th Sep 2016, 1:36 PM
Alchemist pranoj
Alchemist pranoj - avatar
3 Answers
+ 3
Just follow the course in this app and check out other java learning material online. Think of it like baking a cake. You don't need to understand an ingredient in a cake to make it in the same way you don't need to understand every bit of Java to make a program. By following the courses and more importantly experimenting with your own programs you will learn best.
19th Sep 2016, 2:14 PM
Alex Wood
Alex Wood - avatar
0
Hi Alchemist, You can learn Java from scratch completely from basic to advanced in http://javabasictoadvanced.blogspot.com Here is quote from the blog: "Anyone who wants to start to learn Java, must learn from Java SE. Java SE is basic and core of Java Programming. After mastering Java basic (Java SE), you can choose whether you want to continue to Java EE or Java ME. For summary, this blog will teach all techniques of programming in Java SE, which is the core of Java programming. You will be invited to get to know, understand, practice, and able to implement the concepts required in basic Java programming. The Java SE material in this blog will start from the simplest, the mastery of basic elements of program such as: architecture in Java program, Java program creation, compilation technique, data type, operator, control structure, and so on. You also will be invited to know what Object Oriented Programming is and how is its implementation in Java. After mastering Java SE, This blog will take you to enter Java EE, start from its concept, and also its implementation using stack of frameworks I mentioned above. To make you fully understanding of Java EE implementation, this blog will give sample of application development: how to create Employee Management application from scratch using the stack of frameworks. This blog is dedicated to anyone who is interested in learning Java programming. All material in this blog are presented in tutorial dialect and immediately accompanied by examples of programs that will be easy to understand. To make you easier to learn all the material presented, within this blog you can download all resources (such as installer, library, etc.) that are needed. The final goal of this blog is to guide, lead, and deliver you to become a high valuable Java programmer."
20th Sep 2016, 12:19 PM
Aula Muttaqin
Aula Muttaqin - avatar
0
start from very basics like what is public , static , and main ...how these are work and also memory management is very important part for understanding compilation of programs in java.. so keep going and learn..
17th Nov 2016, 6:08 PM
bikash panda
bikash panda - avatar