Skip to main content

Posts

Showing posts from March, 2019

How to start Learn JAVA Basics

Learning Java programming is really ideal. Its a really good programming language and its in a lot of demand these days as Android has taken over. And you can make android apps with Java and XML. So you are going in the right direction :) You can find so many resources online to learn Java Programming and it will be fun. Just make sure you write code and practice as you proceed. So here’s the list of resources to learn Java Programming:  For beginners, they have covered most of the Java features  - Control Statements  -Control statements like  if, if-else, switch, while loop, break, continue  etc control the flow of our program. To know more about control statements, starting with if statement, please read  Java if statement Java Exceptions - Exception is an  unusual exceptional condition  or a  runtime error , which occurs only during the  runtime  of a Java program. To know about  Java Exceptions  and  how they are caused in a Java program , you may read  Exception H