Federated Learning

December 3, 2022 prabhash 0

Hi, after a long break, I thought of continuing writing for Geek-Programmer. Things have changed a lot, I got out of grad school, started a […]

For Loops in Java

January 29, 2017 admin 0

Welcome to the for loops. This is another type of control structure in java which controls the flow in a program. Previously we have done […]

While Loops in Java – II

January 29, 2017 admin 0

Hello! This tutorial is also about while loops that we have learnt from the previous tutorial. Let’s check another example of while loop…. Now suppose […]

While Loops in Java – I

January 29, 2017 admin 0

Hi! Welcome to the while loop tutorial. Loop is one of the fundamental concept in programming. But, what is a loop? In computer science, it […]

Switch Statements in Java

January 29, 2017 admin 0

Welcome to the switch statements tutorial. Today, we’ll study how to switch from one option to other, when you are given several number of options. […]

Java If Statements

January 29, 2017 admin 0

Hola gyz, today we are going to learn about a frequently used coding technique in java. The if statements. Alright now, think of a simple […]

Java Blocks

January 29, 2017 admin 0

Hey, welcome to the tutorial Blocks. Have you noticed that we have used “}” and “{“ braces very often in writing code? Now, everything within […]