Posts

Showing posts from September, 2017

My Java Journey - What is Java?

This is the second post from a series of posts about my personal journey with Java. If you haven’t read the first post and the disclaimer , you can do that now. See how people use different languages in speaking with each other? Well, Java is a language that computers speak among many other languages. This is not entirely true. If you could hear two computers speaking, you will probably hear something like 01001000 01100101 01101100 01101100 01101111 … – just a series of zeroes and ones - and that won’t make lots of sense. This series of zeroes and ones is known as binary . Humans need to be able to speak in this way in order to speak to or instruct computers to perform tasks (programming). Due to the difficulty in this, other computer languages were developed that closely resemble human language. Java is just one example of such a language. Others are C++, C, Python, Perl, Ruby, Ada, JavaScript and PHP. Hundreds of programming languages exist. Normally, computers will not be abl

My Java Journey – Intro

Image
This is a series of posts which will attempt to introduce my cherished readers to the Java programming language. I started learning java a couple of years ago. Although it wasn’t easy at first, I think it was worth it. Duke Disclaimer : I am no expert at Java or any other programming language and therefore not remotely an authority in those regards. Actually I’m a nutritionist. Seriously. All I will be saying in this series of posts are from my thick head and from things I have read during my Java journey. Advice : Eat fresh and neatly washed fruits and vegetables, drink loads of water, otherwise, you’ll start writing crazy stuff like I am doing now. The first time I saw a computer was when I was 13 years (I’m from that part of the world ), and gosh, it was love at first sight. I was mostly fascinated about that little arrow (which I later heard was called a cursor) that moved on a screen according to the movement of a small device on the table. I got hooked. I enro