Skip to content
software development

Inspire innovation

software development

Inspire innovation

  • Home
  • About us
  • Catalogue
  • Contact us
  • Gallery
    • Home
    • java
java javascript

FizzBuzz HackerRank Challenge

codeflare June 13, 2022 0 Comments

Solve the fizzbuzz hackerrank challenge question: Given a number n, for each integer i in the range from 1 to n inclusive, print out one value per line as follows:…

java

Number Class in Java

codeflare December 28, 2020 0 Comments

Usually in Java when we work with numbers, we will represent these numbers with any of the available primitive data type, such as int, byte, long, short, double, float. Example…

java

To Reverse A String: StringBuffer in Java

codeflare December 15, 2020 0 Comments

Java provides the StringBuffer and String classes. The String class is used to manipulate character strings that cannot be changed. To put it simply: objects of type String are read…

java

Return Statements in Java

codeflare December 7, 2020 0 Comments

In a return statement in Java, we evaluate expressions, and as part of this evaluation, other methods may run in the process and types must match otherwise an error occurs.…

java

Access Modifiers in Java

codeflare December 3, 2020 0 Comments

Modifiers are keywords that are added to variables, methods and classes to change their meaning. There are two (2) types of modifiers: Access modifiersNon-access modifiers Access Modifiers There are four…

java

Looping in Java

codeflare December 2, 2020 0 Comments

A loop statement allows the programmer to execute a statement or group of statements multiple number of times, based on the given conditions. Let's take a look 4 types of…

java

Working With Arrays in Java

codeflare November 30, 2020 0 Comments

Arrays refer to a sequential collection of elements of the same type. It is used to store a collection of data. Unlike Javascript where an array can hold many elements…

java

Throw And Throws Exception in Java

codeflare November 28, 2020 0 Comments

Throw Throw is a keyword that is used in Java to declare an exception which is similar to the try/catch block. It is used to declare an explicit exception inside…

java

Inheritance in Java

codeflare November 14, 2020 0 Comments

Inheritance in programming is the process whereby one class (also called a sub-class) acquires the properties (methods, fields, etc) of another (in this case a super class) using the extends…

java

Exceptions in Java

codeflare November 13, 2020 0 Comments

An exception is a problem that arises during the execution of a program. When an exception occurs, the normal flow of the program is disrupted and the program or application…

Recent Posts

  • Understanding useEffect Hook in React
  • JavaScript Optional Chaining
  • Fetch Data From an API in React Using Functional Components
  • JavaScript Type Coercion and Comparison
  • JavaScript Form Validation: A Complete Guide
  • How to Create Variables in Javascript
  • Differences Between Functional and Class Components in React
  • JavaScript Garbage Collection
  • In the Future, Will People Be Out of Jobs Due to the Advancement of AI?
  • Is PHP Losing Popularity Compared to Node.js and Ruby?

Search

You Missed

softare development

Understanding useEffect Hook in React

softare development

JavaScript Optional Chaining

react js softare development

Fetch Data From an API in React Using Functional Components

javascript softare development

JavaScript Type Coercion and Comparison

software development

Inspire innovation