search
HomeJavajavaTutorialConvert string to StringBuilder in Java
Convert string to StringBuilder in JavaSep 02, 2023 pm 03:57 PM
stringbuilderString conversionin java

The

append()Convert string to StringBuilder in Java method of the

StringBuilder class accepts a String value and adds it to the current object.

Convert the string value to a StringBuilder object -
  • Get the string value.

  • Append using the append() method to get the string to the StringBuilder.

Example

In the following Java program, we convert an array of strings into a single StringBuilder object.

Real-time demonstration

public class StringToStringBuilder {
   public static void main(String args[]) {
      String strs[] = {"Arshad", "Althamas", "Johar", "Javed", "Raju", "Krishna" };
      StringBuilder sb = new StringBuilder();
      sb.append(strs[0]);
      sb.append(" "+strs[1]);
      sb.append(" "+strs[2]);
      sb.append(" "+strs[3]);
      sb.append(" "+strs[4]);
      sb.append(" "+strs[5]);
      System.out.println(sb.toString());
   }
}

Output

Arshad Althamas Johar Javed Raju Krishna

The above is the detailed content of Convert string to StringBuilder in Java. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:tutorialspoint. If there is any infringement, please contact admin@php.cn delete
使用Boolean类的parseBoolean()方法将字符串转换为布尔值的方法使用Boolean类的parseBoolean()方法将字符串转换为布尔值的方法Jul 26, 2023 pm 08:17 PM

使用Boolean类的parseBoolean()方法将字符串转换为布尔值的方法在Java编程中,经常会遇到需要将字符串转换为布尔值的情况。而Java中的Boolean类提供了一个非常方便的方法——parseBoolean(),可以将字符串转换为对应的布尔值。本文将详细介绍这个方法的使用,并提供相应的代码示例。首先,我们需要了解parseBoolean()方

使用java的Double.parseDouble()函数将字符串转换为双精度浮点数使用java的Double.parseDouble()函数将字符串转换为双精度浮点数Jul 26, 2023 am 09:25 AM

使用Java的Double.parseDouble()函数将字符串转换为双精度浮点数在Java编程中,我们经常需要将字符串转换为数值类型。对于双精度浮点数,Java提供了一个非常方便的方法,即Double.parseDouble()函数。本文将介绍该函数的用法,并附上一些示例代码,帮助读者更好地理解和使用该函数。Double.parseDouble()函数是

在Java中将字符串转换为StringBuilder在Java中将字符串转换为StringBuilderSep 02, 2023 pm 03:57 PM

StringBuilder类的append()方法接受String值并将其添加到当前对象。将字符串值转换为StringBuilder对象-获取字符串值。附加使用append()方法将字符串获取到StringBuilder。示例在下面的Java程序中,我们是将字符串数组转换为单个StringBuilder对象。 实时演示publicclassStringToStringBuilder{  publicstaticvoidmain(Stringargs[]){&a

stringbuilder清空的方法有哪些stringbuilder清空的方法有哪些Oct 12, 2023 pm 04:57 PM

stringbuilder清空的方法有:1、使用setLength(0)方法清空StringBuilder对象;2、使用delete(0, length)方法清空StringBuilder对象;3、使用replace(0, length, "")方法清空StringBuilder对象;4、使用new StringBuilder()重新创建一个新的StringBuilder对象。

Java中使用StringBuilder类的delete()方法删除字符串中的部分内容Java中使用StringBuilder类的delete()方法删除字符串中的部分内容Jul 26, 2023 pm 08:43 PM

Java中使用StringBuilder类的delete()方法删除字符串中的部分内容String类是Java中常用的字符串处理类,它具有很多常用的方法可用于字符串的操作。然而,在某些情况下,我们需要对字符串进行频繁的修改,而String类的不可变性会导致频繁的创建新的字符串对象,从而影响性能。为了解决这个问题,Java提供了StringBuilder类,它

使用java的StringBuilder.replace()函数替换指定范围的字符使用java的StringBuilder.replace()函数替换指定范围的字符Jul 24, 2023 pm 06:12 PM

使用java的StringBuilder.replace()函数替换指定范围的字符在Java中,StringBuilder类提供了replace()方法,可以用来替换字符串中指定范围的字符。该方法的语法如下:publicStringBuilderreplace(intstart,intend,Stringstr)上面的方法用于替换从索引star

Java文档解读:StringBuilder类的substring()方法详细介绍Java文档解读:StringBuilder类的substring()方法详细介绍Nov 03, 2023 pm 04:31 PM

Java文档解读:StringBuilder类的substring()方法详细介绍引言:在Java编程中,字符串的处理是非常常见的操作之一。而Java提供了一系列关于字符串处理的类和方法,其中StringBuilder类是常用于频繁字符串操作的选择。在StringBuilder类中,substring()方法是一个非常有用的方法,用于截取字符串的子串。本文将

使用PHP函数 "strtolower" 将字符串转换为小写使用PHP函数 "strtolower" 将字符串转换为小写Jul 24, 2023 pm 12:34 PM

使用PHP函数"strtolower"将字符串转换为小写在PHP中,有许多函数可以用来转换字符串的大小写。其中一个非常常用的函数是strtolower()。这个函数可以将字符串中的所有字符都转换为小写。下面是一个简单的示例代码,展示如何使用strtolower()函数来转换字符串为小写:<?php//原始字符串$string="

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools