08. BODMAS IN JAVA
Thursday, 03 October 2019
by dennis@dennis.me.ke
We shall continue from where we left off last time on Java Programming. Have you heard of mathematical expressions before? Well, if you haven’t we will have a clear understanding of what they are and how to solve them, not just by using a calculator but also using a Java application. An operation on two
- Published in Java Programming
07. JAVA ARRAYS: Store Student Details Using Arrays and List
Tuesday, 01 October 2019
by dennis@dennis.me.ke
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
- Published in Java Programming
06. Classes: Store Student Details Using Json Format
Wednesday, 18 September 2019
by dennis@dennis.me.ke
JSON, is not a name of some tall, handsome guy that ladies always stare at or some guy that boys wish to grow into, just in case you are wondering! No, our JSON is an acronym for JavaScript Object Notation. It is a syntax for storing and exchanging data written with JavaScript Object Notation.
- Published in Java Programming
02. SPRINT RETROSPECTIVE
Wednesday, 14 August 2019
by dennis@dennis.me.ke
This is the step that follows the Sprint Demo in the Scrum process. During the ‘Retro’ the Scrum Team inspects itself. They create a plan on how to adapt during the next Sprint. The Sprint Retrospective is an opportunity for the team to develop transparency and to inspect and adapt. In other words, a sprint
- Published in Scrum
01. SCRUM (DEMO)
Tuesday, 06 August 2019
by dennis@dennis.me.ke
More than 40 years ago, a love story began. Pradyumna Kumar Mahanandia was born in a remote village in India 1949 . According to a prophecy after his birth, he was meant to marry a woman from a far away country. The prophecy became true when a woman asked Kumar to draw a potrait of
- Published in Scrum
05. Variables
Friday, 19 July 2019
by dennis@dennis.me.ke
Having covered a basic introduction in Java Programming language and structure of a typical Java Application in the previous blogs, this blog takes a deeper look into Java variables, their types and use. What is a variable? A variable is a named memory location that holds a value while a program is executed. Types
- Published in Java Programming
04. Control Structures
Wednesday, 26 June 2019
by dennis@dennis.me.ke
CONTROL STRUCTURES USING POWER SERIES OF SINE Do you wish to have more control in your life? Of course you do. Well that’s a story for a another day. However,did you know you can control a computer however you please. We shall do this using java control structures. Imagine giving instructions to a child to
- Published in Java Programming
03. Operators
Thursday, 06 June 2019
by dennis@dennis.me.ke
OPERATORS : PYTHAGOREAN THEOREM Java offers you endless possibilities, thus the use of operators is vast! There are so many of them out there, all doing different things. But for this blog, lets keep it classy and touch on them a bit by highlighting the Pythagorean Theorem. Such a scary name, right? Don’t sweat it
- Published in Java Programming
02. Learning Java in Linux
Thursday, 06 June 2019
by dennis@dennis.me.ke
Learning Java in Linux One of the main motivations for the Java programming language is the notion of having the ability to write one set of source code and give the resulting program the ability to run on different operating systems or operating environments. Java has this “write once, run anywhere” ability due to the
- Published in Java Programming
01. Learning Java in Windows
Thursday, 06 June 2019
by dennis@dennis.me.ke
Learning Java in Windows In our previous blog, we learned how to download and install Java on Linux systems in order to run our first Java program. Today, let’s bring the Windows users to the party! In Windows, this could be done in 6 simple steps. Download and install the Java Development Kit Simply search
- Published in Java Programming
- 1
- 2