• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us

Shameen Shahid

How to Print an Array in Java?

January 30, 2024 //  by Shameen Shahid

In Java, there are different techniques to print an array such as control flow statements. built-in methods, API, or interfaces as shown in this guide.

Category: Java

Remove Whitespaces From a String in Java

January 23, 2024 //  by Shameen Shahid

This article covers various methods to remove whitespaces in a string e.g., trim(), replaceAll(), isWhitespace(), normalizeSpace(), or custom logic, etc.

Category: Java

How to Use Java String equalsIgnoreCase() Method?

January 23, 2024 //  by Shameen Shahid

The String equalsIgnoreCase() is a built-in static method in Java that compares two strings while ignoring the letter case and returns a boolean output.

Category: Java

How to Use Java Math.floor() Method?

January 23, 2024 //  by Shameen Shahid

The floor() method in Java is a built-in static method of Math class that rounds down the value to a number that is equal to or less than the given value.

Category: Java

How to Use the Math.max() Function in Java?

December 30, 2023 //  by Shameen Shahid

The Math.max() is a built-in static method in Java that calculates and returns the maximum value from the two given numeric values.

Category: Java

How to Use Java String toLowerCase() Method?

December 30, 2023 //  by Shameen Shahid

The toLowerCase() method of the String class returns a string in which all the uppercase characters are converted into lowercase letters of a given string.

Category: Java

How to Use Java String StartsWith() Method?

December 30, 2023 //  by Shameen Shahid

The Java String class startsWith() method tests if a string starts with specific characters and returns a boolean output as shown in the mentioned examples.

Category: Java

How to Square a Number in Java?

December 30, 2023 //  by Shameen Shahid

Squaring of a number in Java is calculated by multiplying the value by itself, by using the built-in methods, or via the BigInteger as shown in this article.

Category: Java

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

How to Initialize an Array in Java

Introduction to Java Server Faces (JSF)

Introduction to Java 6.0 New Features, Part–1

Java 6.0 Features Part – 2 : Pluggable Annotation Processing API

Introduction to Java Server Faces(JSF) HTML Tags

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact