Home | Ajax | BioInformatics | Dojo | EAI | EJB | Hibernate | J2ME | Java | Java Glossary | Java Servlets | JavaScript | Jboss | JDBC | JDO | Jmeter | JSF | JSP | JUnit | Maven | MySQL | Spring Framework | SQL | Struts | Technology | WAP | Web Services | XML


 
  
 
Programming Tutorials: Ajax | Articles | JSP | Bioinformatics | Database | Free Books | Hibernate | J2EE | J2ME | Java | JavaScript | JDBC | JMS | Linux | MS Technology | PHP | RMI | Web-Services | Servlets | Struts | UML
 

 
Facing Programming Problem?
Ask Questions?, Browse Latest Questions, Question-Answer Guidelines
Java
  JDO Tutorials
  EAI Articles
  Struts Tutorials
  Java Tutorials
  Java Certification
  Java Applet
Questions
Comments

Trim String Example

                         

In this section, you will learn how to remove the blank spaces. For removing  the blank spaces use trim() method that removes the blank spaces and shows only string. 

Description of code:

trim():
This method removes the blank spaces from both ends of the given string (Front and End). 

Here is the code of program:

 

 

 

import java.lang.*;

public class StringTrim{
  public static void main(String[] args) {
    System.out.println("String trim example!");
    String str = "     RoseIndia";
    System.out.println("Given String :" + str);
    System.out.println("After trim :" +str.trim());
  }
}

Download this example.

Output of program:

C:\vinod\Math_package>javac StringTrim.java

C:\vinod\Math_package>java StringTrim
String trim example!
Given String :          RoseIndia
After trim :RoseIndia

                         

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Latest Searches:
PHP Email Systems Send
excel style sheet
sample examples in spr
java 2d arraylist
add in excel
quiz
?ร??ยà¸????ร??à¸
create and save excel
filename validation re
split
example program of poi
java program to find s
jamaican patoi and eng
Photoshop Drawing Drag
java strings
Calendar
jsf managed bean
display applet message
informatica
Photoshop Effects Clou
sequence number
hibernate examples
microsoft word
validate function in s
point to the start of
icon a JButton
XML XHTML
DOM parsers.
word
itext pdf generation
jaxp
jpanel borderlayout
Linux Linux and other
Photoshop Photo Effect
how to retain values i
retrieve image from da
Linux Caixa MР Р??Ð
connect SQL server in
Java Mysql
java program to transp
spring batch
covert uppercase to lo
validating username an
f:attribute
multiple submit button
String Tokenizer
java source code for m
NFC RTD
java.util.Calendar
set value to httpsessi
merge sort
breakÑ?â??â??Ñ?????Ñ?â
MULTIPLE SELECT COMBO
how to use date in mys
using check box in dat
different Font
jdbc html jsp
factorial
spring MVC application
objective c
Tutorial:FlashBasicPas
cd change directory in
save image to file
structs2 action
how to convert Inputst
velocity
insert calendar in jsp
java file colum
chicken
creating menus in jsp
LinkedPane in dojo
Lucene in Action
Hibernate Mapping
parse string to value
property formula hib
ant build tool
java: read string arra
array list
map iteration in jstl
how to remove space in
Java String toLowerCase Example
Java String toCharArray Example
Java String substring Example
Java String indexOf Example
Java String startsWith Example
Java String hashCode Example
Java String matches Example
Java String length Example
Java String lastIndexOf Example
Java String isEmpty Example
Java String equalsIgnoreCase Example
Java String equals Example
Java String endsWith Example
Java String copyValueOf Example
Java String contentEquals Example
  EAI Articles
  Java Certification
Tell A Friend
Your Friend Name
Search Tutorials

 

 
 
Browse all Java Tutorials
Java JSP Struts Servlets Hibernate XML
Ajax JDBC EJB MySQL JavaScript JSF
Maven2 Tutorial JEE5 Tutorial Java Threading Tutorial Photoshop Tutorials Linux Technology
Technology Revolutions Eclipse Spring Tutorial Bioinformatics Tutorials Tools SQL
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.