Latest :

Author Archives: Writer - MK

4 Methods To Find Java String Length() | Str Length

Java program to calculate length of string – In this article, we will discuss the various methods to calculate the length of a string, str length in Java programming. String length() java has been written in 3 to 4 different ways, you can check out here. If you any queries about source code str length in java, leave a comment ...

Read More »

Heart Rate Calculator Java Code | 4 Ways

Java program to calculate Heart Rate –  In this article, we will explain the various ways. The methods that have been used in this article are as follows: Using Scanner Class Using Static Method It is absolutely known to all of us that the Heart is responsible for pumping blood to all parts of our body. It is the central ...

Read More »

Java Code to Calculate Love Percentage [FLAMES] | Programs

Java program to calculate love percentage or Flames Java Program – In this article, we will detail in on all the possible ways to calculate love percentage in Java code. The methods used in this article are as follows: Using Scanner Class – Check generic class in java Using Static Method Using Separate Class Using Command Line Arguments Love percentage ...

Read More »

Java Code to Calculate Harmonic Value | Java Programs

Java program to calculate harmonic value – In this article, we will learn the multiple ways to calculate the harmonic value in Java Programming. Suitable examples and sample programs have been included in order to make you understand simply. The compiler has also been added so that you can execute the programs yourself. The methods used in this article are ...

Read More »

4 Ways To Find Height of A Binary Tree In Java | Java Programming

Java code to calculate the height of a binary tree – In this article, we will be discussing the various ways to calculate the height of a binary tree in Java programming. Suitable examples and sample programs have been included in order to make you understand simply. The compiler has also been added so that you can execute the programs ...

Read More »

Java: Volume Of Box Program | Java Programs

Java program to find the volume of box –  In this article the java code is used for calculating the the volume of the box. The concepts are vividly explained to make it easier for you to learn. What is volume? Volume is a three dimensional space and is denoted by a standard unit of “meter” in physics.  Volume is ...

Read More »

Java: Number of Days In A Month – 3 Ways | Java Programs

Java Program To Calculate Number of Days In A Month – In this article, we will detail in on how to calculate the number of days in a month in Java Programming. Suitable examples and sample programs have been included in order to make you understand simply. The compiler has also been added so that you can execute the programs ...

Read More »

Oops Concepts In Java – Tutorial With Examples | Oops

Oops Concepts in Java complete tutorial & Types with sample examples & Programs. Also check the complete Java tutorials right here. There are different paradigms followed in writing programs (developing software) like the following… Sequential Programming. Procedure Oriented Programming. Object-Oriented Programming. Multi-tier Programming, etc To develop better software, programmers and managers concentrate on the aspects like the following. These people ...

Read More »

IRCTC API & Source Codes – Indian Railways API

IRCTC or the Indian Railways Catering and Tourism Corporation is the major online ticketing web portal which is primarily handled by the Indian Railways itself. It is the only official online portal to book train tickets online. The web portal is heavily encrypted. So, you need to create a profile in order to access the website completely and book tickets for ...

Read More »

Generic Class With Multiple Type Parameters In Java

How the generics work with multiple types: “Generics” mechanism allows us to work with a class (or method) that suits for any type of data. Suppose we want one Stack that holds Integer data and another Stack that holds String data then we need two different classes. With generics, we can write only one class that works for both the ...

Read More »