Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how we can write the string concatenation program in java.

Answer Posted / kandavel

class conc
{
public static void main(String args[])
{
String a="kanda",b="Vel",c;
c=a+b;
System.out.println(" Concat String :"+c);
}}

//This program must save the file name is conc.java

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a boolean structure?

1046


What is preflight request?

963


Why is it called a string?

959


What are access specifiers in java ?

1076


What are the different types of garbage collectors in java?

1075


What is a ternary operator in java? What is an interface?

964


What does i ++ mean in Java?

907


Does printwriter create a file?

925


Does sprintf add a null terminator?

1054


What is lambda programming?

961


explain different ways of using thread? : Java thread

972


Why java is considered as platform independent?

975


Explain the difference between abstract class and interface in java?

947


What is maximum size of arraylist in java?

973


Can a class have more than one object?

952