Java

Me & Java

My first coding post will be about Java. The first coding language that I learnt a few years back. Now I have trouble in remembering the syntax and semantic of it. I have a feeling that I will use this coding language the most in 2018. Therefore, let me that the last month of 2017 to refresh on Java and write some blogs about it.

Java a one of the famous and common languages that every IT students or professionals should be well-versed. I know someone of you might find Java I rather “pain in the ass” language. I am one of you but WE NEED TO MASTER IT ONE WAY OR ANOTHER.

So let me start with the basics of Java and slowly moved on the advance level.

First question we to ask is why we need to learn Java?
Java is a stepping stone if you are want to create android application and java-based web application. Java is not a stand-alone application, you can run or plug it anyway. Moreover, most of the syntax and rules in Java can be applied in other programming language too.

Now lets jump into our first program.


List of topics the blog cover:

  1. Hello World
  2. Variables
  3. User Inputs
  4. Maths Operator
  5. Test yourself
  6. Incremental, Decremental & Assignment  Operator
  7. Conditional Statements
  8. Nested if-else Statement
  9. Logical Operator
  10. Switch Statement
  11. While Loop
  12. Creating a Class
  13. Methods and Parameters
  14. Methods and Instances
  15. Constructors
  16. Conditional Operators